From a567af9ec604e5cf593fbcb5101dd856a69ce171 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:12:56 +0100 Subject: [PATCH] Update ampache-install.sh --- install/ampache-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/ampache-install.sh b/install/ampache-install.sh index 811548ed5..00c112992 100644 --- a/install/ampache-install.sh +++ b/install/ampache-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -msg_info "Installing Dependencies" +msg_info "Installing dependencies" $STD apt install -y \ flac \ vorbis-tools \ @@ -25,7 +25,7 @@ $STD apt install -y \ libtheora-dev \ libvorbis-dev \ libvpx-dev -msg_ok "Installed Dependencies" +msg_ok "Installed dependencies" PHP_VERSION=8.4 PHP_MODULE=bcmath,bz2,curl,gd,imagick,intl,mbstring,mysql,sqlite3,xml,xmlrpc,zip PHP_APACHE=YES setup_php setup_mariadb @@ -33,7 +33,7 @@ MARIADB_DB_USER=ampache MARIADB_DB_NAME=ampache setup_mariadb_db fetch_and_deploy_gh_release "ampache" "ampache/ampache" "prebuild" "latest" "/opt/ampache" "ampache-*_all_php8.4.zip" -msg_info "Setup Ampache" +msg_info "Setting up Ampache" rm -rf /var/www/html ln -s /opt/ampache/public /var/www/html mv /opt/ampache/public/rest/.htaccess.dist /opt/ampache/public/rest/.htaccess