minor changes
This commit is contained in:
21
run.sh
21
run.sh
@@ -18,22 +18,9 @@ do
|
||||
export profile=$answer
|
||||
case $answer in
|
||||
server)
|
||||
modules="repos.sh
|
||||
updates.sh
|
||||
firewall.sh
|
||||
pkgs.sh
|
||||
docker.sh
|
||||
zram.sh
|
||||
config.sh"
|
||||
break
|
||||
;;
|
||||
desktop)
|
||||
modules="repos.sh
|
||||
updates.sh
|
||||
firewall.sh
|
||||
pkgs.sh
|
||||
zram.sh
|
||||
config.sh"
|
||||
break
|
||||
;;
|
||||
* )
|
||||
@@ -42,6 +29,14 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
modules="repos.sh
|
||||
updates.sh
|
||||
firewall.sh
|
||||
pkgs.sh
|
||||
docker.sh
|
||||
zram.sh
|
||||
config.sh"
|
||||
|
||||
for i in $modules
|
||||
do
|
||||
modules/$i
|
||||
|
||||
Reference in New Issue
Block a user