Wavelog - Small Adjustment (#292)

* stay within the github environment for the logo

* add php-gd as dependencie for future usage
This commit is contained in:
Fabian Berg
2024-11-17 10:59:05 +01:00
committed by GitHub
parent 6d915bf156
commit d3633f97c5
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ $STD apt-get install -y \
libapache2-mod-php \
mariadb-server \
mc \
php8.2-{curl,mbstring,mysql,xml,zip} \
php8.2-{curl,mbstring,mysql,xml,zip,gd} \
sudo \
unzip
msg_ok "Installed Dependencies"