mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 14:17:54 +00:00
Fix progress bar when updating
`core.ps1` has a `dl` function which overrides the `install.ps1` function of the same name. Fixed by importing `install.ps1` last
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
# --independent, -i Don't install dependencies automatically
|
||||
# --quiet, -q Hide extraneous messages
|
||||
. "$psscriptroot\..\lib\core.ps1"
|
||||
. "$psscriptroot\..\lib\install.ps1"
|
||||
. "$psscriptroot\..\lib\shortcuts.ps1"
|
||||
. "$psscriptroot\..\lib\psmodules.ps1"
|
||||
. "$psscriptroot\..\lib\decompress.ps1"
|
||||
@@ -23,6 +22,7 @@
|
||||
. "$psscriptroot\..\lib\depends.ps1"
|
||||
. "$psscriptroot\..\lib\config.ps1"
|
||||
. "$psscriptroot\..\lib\git.ps1"
|
||||
. "$psscriptroot\..\lib\install.ps1"
|
||||
|
||||
reset_aliases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user