1
0
Fork 0

Update URLs

This commit is contained in:
Sam Therapy 2023-11-08 18:09:43 +01:00
parent 21ebf52617
commit 1fe6c6c15e
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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?
----------------------------------