General refactor and fix

This commit is contained in:
eroncero
2025-08-18 16:10:38 +02:00
parent ce59badfe0
commit 69b7243685
11 changed files with 17 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
apt-get update; apt-get full-upgrade -y; apt-get install mariadb-server mariadb-client -y
apt-get install -y mariadb-server mariadb-client