added multilib function
This commit is contained in:
+10
-7
@@ -509,7 +509,7 @@ alpi_menu(){
|
|||||||
do
|
do
|
||||||
print_question "choose an action (preferably in proposed order)"
|
print_question "choose an action (preferably in proposed order)"
|
||||||
echo
|
echo
|
||||||
action_list=("create user" "install basics" "cosmetics" "create gnupgp key" "secure the system" "install Xorg Server" "install Plasma 5 (kde)" "yaourt" "cups (printers)" "switch to LTS kernel" "install default packages" "install lamp" "install bumblebee" "install steam" "end");
|
action_list=("create user" "install basics" "cosmetics" "create gnupgp key" "secure the system" "install Xorg Server" "install Plasma 5 (kde)" "yaourt" "multilib" "cups (printers)" "switch to LTS kernel" "install default packages" "install lamp" "install bumblebee" "install steam" "end");
|
||||||
select action in "${action_list[@]}"; do
|
select action in "${action_list[@]}"; do
|
||||||
case "$REPLY" in
|
case "$REPLY" in
|
||||||
1)
|
1)
|
||||||
@@ -537,24 +537,27 @@ alpi_menu(){
|
|||||||
alpi_yaourt
|
alpi_yaourt
|
||||||
;;
|
;;
|
||||||
9)
|
9)
|
||||||
alpi_cups
|
alpi_yaourt
|
||||||
;;
|
;;
|
||||||
10)
|
10)
|
||||||
alpi_kernellts
|
alpi_cups
|
||||||
;;
|
;;
|
||||||
11)
|
11)
|
||||||
alpi_defaultpkgs
|
alpi_kernellts
|
||||||
;;
|
;;
|
||||||
12)
|
12)
|
||||||
alpi_lamp
|
alpi_defaultpkgs
|
||||||
;;
|
;;
|
||||||
13)
|
13)
|
||||||
alpi_bumblebee
|
alpi_lamp
|
||||||
;;
|
;;
|
||||||
14)
|
14)
|
||||||
alpi_steam
|
alpi_bumblebee
|
||||||
;;
|
;;
|
||||||
15)
|
15)
|
||||||
|
alpi_steam
|
||||||
|
;;
|
||||||
|
16)
|
||||||
alpi_end
|
alpi_end
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user