Fix install depencencies

This commit is contained in:
2025-11-30 19:03:50 -03:00
parent e8ab47db2c
commit c8562cc676

View File

@@ -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)