Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Mar 7, 2024
1 parent ac9ea18 commit 6c6ce0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

echo "Downloading '$@'"

if [[ " $@ " == *" release "* || " $@ " == *" v8 "* ]]; then
if [[ " $@ " == *" v8 "* ]]; then
sudo bash -c "$(curl -sLfo- https://raw.githubusercontent.com/hiddify/hiddify-config/main/common/download_install.sh)"
exit $?
fi
Expand Down
2 changes: 1 addition & 1 deletion common/download_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "$CREATE_EASYSETUP_LINK" == "true" ];then
hiddifypanel set_setting --key create_easysetup_link --value True
fi

# hiddifypanel set_setting --key auto_update --value False
hiddifypanel set_setting --key auto_update --value False

read -p "Press any key to go to menu" -n 1 key
cd /opt/$GITHUB_REPOSITORY
Expand Down

0 comments on commit 6c6ce0b

Please sign in to comment.