Fixed
This commit is contained in:
14
Vars.md
14
Vars.md
@@ -54,7 +54,7 @@ $PKGI <package name>
|
||||
```
|
||||
|
||||
|
||||
###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
|
||||
|
||||
Reference in New Issue
Block a user