feat: init bucket
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
param(
|
||||
# overwrite upstream param
|
||||
[String]$upstream = "<username>/<bucketname>:main"
|
||||
[String]$upstream = "dumtruck/scoop-bucket:main"
|
||||
)
|
||||
|
||||
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
|
||||
|
||||
Reference in New Issue
Block a user