From c8562cc676ebda86e0357d4888d9d576421d53e3 Mon Sep 17 00:00:00 2001 From: penguinehis Date: Sun, 30 Nov 2025 19:03:50 -0300 Subject: [PATCH] Fix install depencencies --- install.sh | 2 ++ 1 file changed, 2 insertions(+) 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)