Skip to content

Commit 6d34a92

Browse files
authored
Merge pull request hestiacp#1269 from hestiacp/fix/2020-10-v-update-sys-hestia-git
[Fix] v-update-sys-hestia-git switch over release to main branch
2 parents 93ec171 + f245db7 commit 6d34a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-sys-hestia-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ timestamp() {
9696

9797
# Set install flags
9898
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)
99+
fork_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/$fork/hestiacp/main/src/deb/hestia/control -o /dev/null)
100100
if [ $fork_check -ne "200" ]; then
101101
echo "ERROR: invalid repository name specified."
102102
exit 1

0 commit comments

Comments
 (0)