We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93ec171 + f245db7 commit 6d34a92Copy full SHA for 6d34a92
bin/v-update-sys-hestia-git
@@ -96,7 +96,7 @@ timestamp() {
96
97
# Set install flags
98
if [ ! -z "$1" ]; then
99
- fork_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/$fork/hestiacp/release/src/deb/hestia/control -o /dev/null)
+ fork_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/$fork/hestiacp/main/src/deb/hestia/control -o /dev/null)
100
if [ $fork_check -ne "200" ]; then
101
echo "ERROR: invalid repository name specified."
102
exit 1
0 commit comments