1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 00:38:08 +00:00

Correct URL (#3648)

This commit is contained in:
verbumfeit 2025-04-03 23:06:24 +02:00 committed by GitHub
parent 56093ed951
commit f0c59f8cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,9 +99,9 @@ to\
Example: `https://raw.githubusercontent.com/tremor021/PromoxVE/refs/heads/testbranch` Example: `https://raw.githubusercontent.com/tremor021/PromoxVE/refs/heads/testbranch`
Also you need to change:\ Also you need to change:\
`https://github.com/community-scripts/ProxmoxVE/raw/main`\ `https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main`\
to\ to\
`https://github.com/[USER]/[REPOSITORY]/raw/[BRANCH]`\ `https://raw.githubusercontent.com/[USER]/[REPOSITORY]/raw/[BRANCH]`\
in `misc/install.func` in order for `update` shell command to work.\ in `misc/install.func` in order for `update` shell command to work.\
These changes are only while writing and testing your scripts. Before opening a Pull Request, you should change all above mentioned paths in `misc/build.func`, `misc/install.func` and `ct/AppName.sh` to point to the original paths. These changes are only while writing and testing your scripts. Before opening a Pull Request, you should change all above mentioned paths in `misc/build.func`, `misc/install.func` and `ct/AppName.sh` to point to the original paths.