Skip to content

Commit 77cfca7

Browse files
committed
update install.sh
1 parent df2bb90 commit 77cfca7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_packages() {
3434
exit 1
3535
fi
3636
}
37-
37+
install_packages
3838
# Download and install Xray if not already installed
3939
if ! [ -x "$PREFIX/bin/xray" ]; then
4040
wget https://github.com/XTLS/Xray-core/releases/download/v1.8.13/Xray-android-arm64-v8a.zip
@@ -618,7 +618,6 @@ EOF
618618
}
619619

620620
# Main menu
621-
install_packages
622621
clear
623622
echo -e "${cyan}By --> Peyman * Github.com/Ptechgithub * ${rest}"
624623
echo ""

0 commit comments

Comments
 (0)