Skip to content

Commit aa409ca

Browse files
committed
remi argument handler
1 parent 5eb10ba commit aa409ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

install/vst-install-debian.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ for arg; do
131131
--spamassassin) args="${args}-t " ;;
132132
--iptables) args="${args}-i " ;;
133133
--fail2ban) args="${args}-b " ;;
134+
--remi) args="${args}-r " ;;
134135
--quota) args="${args}-q " ;;
135136
--lang) args="${args}-l " ;;
136137
--interactive) args="${args}-y " ;;
@@ -163,6 +164,7 @@ while getopts "a:n:w:v:j:k:m:g:d:x:z:c:t:i:b:r:q:l:y:s:e:p:fh" Option; do
163164
t) spamd=$OPTARG ;; # SpamAssassin
164165
i) iptables=$OPTARG ;; # Iptables
165166
b) fail2ban=$OPTARG ;; # Fail2ban
167+
r) remi=$OPTARG ;; # Remi repo
166168
q) quota=$OPTARG ;; # FS Quota
167169
l) lang=$OPTARG ;; # Language
168170
y) interactive=$OPTARG ;; # Interactive install

install/vst-install-ubuntu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ for arg; do
116116
--spamassassin) args="${args}-t " ;;
117117
--iptables) args="${args}-i " ;;
118118
--fail2ban) args="${args}-b " ;;
119+
--remi) args="${args}-r " ;;
119120
--quota) args="${args}-q " ;;
120121
--lang) args="${args}-l " ;;
121122
--interactive) args="${args}-y " ;;
@@ -148,6 +149,7 @@ while getopts "a:n:w:v:j:k:m:g:d:x:z:c:t:i:b:r:q:l:y:s:e:p:fh" Option; do
148149
t) spamd=$OPTARG ;; # SpamAssassin
149150
i) iptables=$OPTARG ;; # Iptables
150151
b) fail2ban=$OPTARG ;; # Fail2ban
152+
r) remi=$OPTARG ;; # Remi repo
151153
q) quota=$OPTARG ;; # FS Quota
152154
l) lang=$OPTARG ;; # Language
153155
y) interactive=$OPTARG ;; # Interactive install

0 commit comments

Comments
 (0)