Fixed malformed apt syntax

This commit is contained in:
edgarroncero 2025-02-11 20:32:58 +01:00
parent 62ea3b87d8
commit eddc4fddeb

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
/usr/sbin/apt-get install php8.2 php8.2-common php8.2-fpm -y # PHP apt-get install php8.2 php8.2-common php8.2-fpm -y # PHP
/usr/sbin/apt-get install vim file bash-completion procps nginx screen git less -y # Utils apt-get install vim file bash-completion procps nginx screen git less -y # Utils
/usr/sbin/apt-get install mariadb-client mariadb-server -y # MariaDB Server + Client apt-get install mariadb-client mariadb-server -y # MariaDB Server + Client