Added sudo

This commit is contained in:
ZAKS Web 2025-05-07 20:49:10 +02:00
parent e7c7fc82ab
commit 208acd843b
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@ apt update && apt -y upgrade
## extrepo - Tool for automatic configuration of external repos for Debian
## unzip - Needed to extract the Nextcloud zip file
apt -y install curl wget apache2 unzip
apt -y install wget apache2 unzip sudo
## Now we enable Sury for installing the very latest PHP files
curl -sSL https://packages.sury.org/php/README.txt | bash -x && apt update
## Now we install PHP 8.2 and required modules
## Now we install PHP 8.3 and required modules
apt -y install php8.3-{ctype,curl,dom,gd,common,mysql,mbstring,opcache,posix,simplexml,xmlreader,xmlwriter,xmlrpc,xml,cli,zip,bz2,fpm,intl,ldap,smbclient,ftp,imap,bcmath,gmp,exif,apcu,memcached,redis,imagick} libapache2-mod-php8.3 libapache2-mod-fcgid libxml2