From 16ca34450bf44300aaba3e0768b0856ff9736566 Mon Sep 17 00:00:00 2001 From: amidevous Date: Wed, 25 Oct 2023 16:28:06 +0200 Subject: [PATCH] Update install-dep.sh --- install-dep.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install-dep.sh b/install-dep.sh index f14fde8..3904f3c 100644 --- a/install-dep.sh +++ b/install-dep.sh @@ -1053,6 +1053,12 @@ if [[ "$OS" = "Ubuntu" || "$OS" = "debian" ]]; then wget https://raw.githubusercontent.com/amidevous/ubuntu-apache-install/master/8.2/php.ini -O /etc/php/8.2/fpm/php.ini systemctl restart apache2 apt-get -y install phpmyadmin + dpkg-reconfigure phpmyadmin + add-apt-repository ppa:ubuntuhandbook1/vlc -y + apt-get update + apt-get install vlc screen -y + sed -i 's/geteuid/getppid/' /usr/bin/vlc + sed -i 's/geteuid/getppid/' /usr/bin/cvlc cd /usr/share rm -rf phpmyadmin wget https://files.phpmyadmin.net/phpMyAdmin/4.9.11/phpMyAdmin-4.9.11-all-languages.tar.xz