From 6d57e0d0da0bbe5461acfb0b1809f5d22a5b4fcc Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 2 Oct 2024 23:25:54 +0200 Subject: remove xampp option because xampp sucks --- scripts/create_db.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts') diff --git a/scripts/create_db.sh b/scripts/create_db.sh index 4f4a483..ecd239e 100644 --- a/scripts/create_db.sh +++ b/scripts/create_db.sh @@ -1,14 +1,6 @@ #!/bin/bash echo "choose a password for the database:" read -s input -echo "use xampp's version of mariadb? [y/n]" -read answer - -if [[ $answer == 'y' ]] then - mariadb="/opt/lampp/bin/mariadb" -else - mariadb="mariadb" -fi echo "use sudo? [y/n]" read answer -- cgit v1.2.3