diff --git a/install.sh b/install.sh index 6282829..e07ec78 100644 --- a/install.sh +++ b/install.sh @@ -11,6 +11,8 @@ fi sudo apt update sudo apt upgrade -y +sudo apt install -y uuid-runtime +sudo apt install -y curl sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg curl wget if [ "$system" = "debian" ]; then repos=$(find /etc/apt/ -name '*.list' -exec cat {} + | grep ^[[:space:]]*deb | grep -q "packages.sury.org/php" && echo 1 || echo 0)