Skip to content

Commit

Permalink
fix first installation progress windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jun 23, 2024
1 parent ab0f16e commit 0408987
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/hiddify_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,8 @@ install_python
pip3 install --upgrade pip



# Run the main function and log the output
if [[ " $@ " == *" --no-gui "* || "$(get_installed_panel_version) " != "10."* ]]; then
if [[ " $@ " == *" --no-gui "* || "$(get_installed_panel_version) " == "8."* ]]; then
set -- "${@/--no-gui/}"
set_lock $NAME
if [[ " $@ " == *" --no-log "* ]]; then
Expand Down

0 comments on commit 0408987

Please sign in to comment.