Update URLs
This commit is contained in:
parent
21ebf52617
commit
1fe6c6c15e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
|||
- name: mirror
|
||||
uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: 'https://git.froth.zone/sam/scoop.git'
|
||||
REMOTE: 'https://git.froth.zone/packages/scoop.git'
|
||||
GIT_USERNAME: oauth2
|
||||
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
||||
|
|
|
@ -8,7 +8,7 @@ My personal scoop bucket
|
|||
How do I install these manifests?
|
||||
---------------------------------
|
||||
|
||||
To add this bucket, run `scoop bucket add <bucketname> https://git.froth.zone/sam/scoop`. To install, do `scoop install <manifest>`.
|
||||
To add this bucket, run `scoop bucket add froth https://git.froth.zone/packaging/scoop`. To install, do `scoop install <manifest>`.
|
||||
|
||||
How do I contribute new manifests?
|
||||
----------------------------------
|
||||
|
|
Loading…
Reference in a new issue