Revert "Add wget and openssh dependencies"

This reverts commit d729c3e272.
This commit is contained in:
Sam Heinz
2025-01-08 00:14:00 +10:00
parent 07263fd421
commit 3c79128e8e
201 changed files with 194 additions and 797 deletions
+10 -16
View File
@@ -21,9 +21,7 @@ $STD apt-get install -y \
lsb-release \
curl \
gnupg \
mc \
openssh-server \
wget
mc
msg_ok "Installed Dependencies"
RELEASE_REPO="mysql-8.0"
@@ -41,9 +39,7 @@ $STD apt-get update
export DEBIAN_FRONTEND=noninteractive
$STD apt-get install -y \
mysql-community-client \
mysql-community-server \
openssh-server \
wget
mysql-community-server
msg_ok "Installed MySQL"
msg_info "Configure MySQL Server"
@@ -58,16 +54,14 @@ read -r -p "Would you like to add PhpMyAdmin? <y/N> " prompt
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
msg_info "Installing phpMyAdmin"
$STD apt-get install -y \
apache2 \
php \
php-mysqli \
php-mbstring \
php-zip \
php-gd \
php-json \
php-curl \
openssh-server \
wget
apache2 \
php \
php-mysqli \
php-mbstring \
php-zip \
php-gd \
php-json \
php-curl
wget -q "https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.tar.gz"
mkdir -p /var/www/html/phpMyAdmin