Skip to content

Commit

Permalink
feat: update scoop installer v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxthunder committed Nov 9, 2024
1 parent 51b9caa commit ba63b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ That's it! You're now ready to start developing your Python project using this r
- python_package_manager = poetry
General Scoop settings:
- scoop_installer = <https://raw.githubusercontent.com/xxthunder/ScoopInstall/v1.0.0/install.ps1>
- scoop_installer = <https://raw.githubusercontent.com/xxthunder/ScoopInstall/v1.1.0/install.ps1>
- scoop_default_bucket_base_url = <https://raw.githubusercontent.com/ScoopInstaller/Main/master/bucket>
- scoop_python_bucket_base_url = <https://raw.githubusercontent.com/ScoopInstaller/Versions/master/bucket>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-BootstrapConfig {
$bootstrapConfig = @{
python_version = "3.11"
python_package_manager = "poetry"
scoop_installer = "https://raw.githubusercontent.com/xxthunder/ScoopInstall/v1.0.0/install.ps1"
scoop_installer = "https://raw.githubusercontent.com/xxthunder/ScoopInstall/v1.1.0/install.ps1"
scoop_installer_with_repo_arg = $false
scoop_default_bucket_base_url = "https://raw.githubusercontent.com/ScoopInstaller/Main/master/bucket"
scoop_python_bucket_base_url = "https://raw.githubusercontent.com/ScoopInstaller/Versions/master/bucket"
Expand Down

0 comments on commit ba63b5d

Please sign in to comment.