We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2bb90 commit 77cfca7Copy full SHA for 77cfca7
1 file changed
install.sh
@@ -34,7 +34,7 @@ install_packages() {
34
exit 1
35
fi
36
}
37
-
+install_packages
38
# Download and install Xray if not already installed
39
if ! [ -x "$PREFIX/bin/xray" ]; then
40
wget https://github.com/XTLS/Xray-core/releases/download/v1.8.13/Xray-android-arm64-v8a.zip
@@ -618,7 +618,6 @@ EOF
618
619
620
# Main menu
621
-install_packages
622
clear
623
echo -e "${cyan}By --> Peyman * Github.com/Ptechgithub * ${rest}"
624
echo ""
0 commit comments