mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-06 01:31:27 +00:00
redo scoop shim for 'scoop update'
This commit is contained in:
@@ -47,6 +47,8 @@ if(!$app) {
|
||||
$null > "$currentdir\last_updated" # save update timestamp
|
||||
ensure_scoop_in_path
|
||||
|
||||
shim "$currentdir\bin\scoop.ps1" $false
|
||||
|
||||
@(buckets) | % {
|
||||
"updating $_ bucket..."
|
||||
$git = try { gcm git -ea stop } catch { $null }
|
||||
|
||||
Reference in New Issue
Block a user