Update debian-install.sh

This commit is contained in:
CanbiZ 2025-05-07 13:36:50 +02:00
parent 3a88d6853d
commit bd52bbc4ba

View File

@ -13,21 +13,20 @@ setting_up_container
network_check network_check
update_os update_os
msg_info "Installing Dependencies" # msg_info "Installing Dependencies"
$STD apt-get install -y gnupg2 # $STD apt-get install -y gnupg2
msg_ok "Installed Dependencies" # msg_ok "Installed Dependencies"
# Example Setting for Test # Example Setting for Test
NODE_VERSION="20" #NODE_MODULE="pnpm@10.1,yarn"
NODE_MODULE="pnpm@10.1,yarn" NODE_VERSION="22" NODE_MODULE="yarn" install_node_and_modules
PG_VERSION="15" #PG_VERSION="15"
MARIADB_VERSION="10.11" #MARIADB_VERSION="10.11"
#MYSQL_VERSION="8.0" #MYSQL_VERSION="8.0"
install_node_and_modules #install_postgresql
install_postgresql #install_mariadb
install_mariadb
#install_mysql #install_mysql
# msg_info "Setup DISTRO env" # msg_info "Setup DISTRO env"