feat: init bucket

This commit is contained in:
2025-01-04 21:47:16 +08:00
parent 69d2c43084
commit ece10a8c2d
5 changed files with 71 additions and 35 deletions

View File

@@ -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) }