Update Necessary packages

This commit is contained in:
Night Owl
2024-09-02 23:22:37 +03:30
committed by GitHub
parent 76bbd8e350
commit 4feb6d18bf

View File

@ -10,7 +10,7 @@ if ! command -v jq &> /dev/null || ! command -v git &> /dev/null || ! command -v
echo "${yellow}Necessary packages are not installed. Please wait while they are being installed..." echo "${yellow}Necessary packages are not installed. Please wait while they are being installed..."
sleep 3 sleep 3
echo echo
apt update && apt upgrade -y && apt install jq qrencode curl pwgen uuid-runtime python3 python3-pip python3-venv git bc -y apt update && apt upgrade -y && apt install jq qrencode curl pwgen uuid-runtime python3 python3-pip python3-venv git bc zip -y
fi fi
git clone https://github.com/ReturnFI/Hysteria2 /etc/hysteria git clone https://github.com/ReturnFI/Hysteria2 /etc/hysteria