From 96a9b0410cab971a4010ac710cbc6da308cc74db Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 9 Sep 2020 13:15:40 +0200 Subject: [PATCH] Fixed --- Vars.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Vars.md b/Vars.md index ea6b57a..74e9a98 100644 --- a/Vars.md +++ b/Vars.md @@ -54,7 +54,7 @@ $PKGI ``` -###PKGA: defines command to add repo +### PKGA: defines command to add repo Options ``` PKGA="add-apt-repository" (software-properties-common is required) @@ -65,7 +65,7 @@ $PKGA ppa:ondrej/php -y ``` ## Other -###OUTPUT: used to silence a script +### OUTPUT: used to silence a script Options ``` OUTPUT='/dev/null' #Hide output @@ -78,7 +78,7 @@ YourCommand > $OUTPUT 2>&1 # Web-Server variable definition -###phpver: defines PHP Version (ppa:ondrej/php is required) +### phpver: defines PHP Version (ppa:ondrej/php is required) Options ``` phpver=7.3 @@ -92,7 +92,7 @@ Usage apt install -y php${phpver} ``` -###cockpit: defines if Cockpit will be installed +### cockpit: defines if Cockpit will be installed Options ``` cockpit=1 @@ -109,7 +109,7 @@ fi # MySQL variable definition -###PHPMyadmin: enables or disables PHP Myadmin +### PHPMyadmin: enables or disables PHP Myadmin Options ``` PHPMyadmin=1 @@ -120,7 +120,7 @@ Usage set when Mysql-Installer.sh sourced ``` -###sqlver: defines MySQL Version that will be installed +### sqlver: defines MySQL Version that will be installed Options ``` sqlver=8.0 @@ -132,7 +132,7 @@ wget https://git.ictmaatwerk.com/VPS-scripts/MySQL/raw/branch/master/mysql-${sql source Mysql-Installer.sh ``` -###phpmyadminver: defines PHP Myadmin version +### phpmyadminver: defines PHP Myadmin version Options ``` phpmyadminver=4.9.0.1 #is curent latest