Autoformatting
This commit is contained in:
parent
bf77bce184
commit
fb04316994
@ -28,8 +28,7 @@ options=(0 "[DE] xfce4" off # any option can be set to default to "on"
|
|||||||
100 "[WM] i3-gaps" off)
|
100 "[WM] i3-gaps" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
0)
|
0)
|
||||||
#in_xfce=1
|
#in_xfce=1
|
||||||
@ -52,8 +51,7 @@ options=(0 "Firefox" on # any option can be set to default to "on"
|
|||||||
20 "Torbrowser" off)
|
20 "Torbrowser" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
0)
|
0)
|
||||||
#in_firefox=1
|
#in_firefox=1
|
||||||
@ -111,8 +109,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
|||||||
80 "Onedriver" off)
|
80 "Onedriver" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
0)
|
0)
|
||||||
#in_virtmanager=1
|
#in_virtmanager=1
|
||||||
@ -222,8 +219,7 @@ options=(0 "doom-emacs" off
|
|||||||
10 "Podman" off)
|
10 "Podman" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
0)
|
0)
|
||||||
in_doomemacs=1
|
in_doomemacs=1
|
||||||
@ -251,8 +247,7 @@ options=(0 "Teams" off
|
|||||||
10 "OneNote" off)
|
10 "OneNote" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
0)
|
0)
|
||||||
#in_teams=1
|
#in_teams=1
|
||||||
@ -275,8 +270,7 @@ cmd=(dialog --separate-output --checklist "Report installed packages?" 22 76 16)
|
|||||||
options=(0 "pkgstats" off)
|
options=(0 "pkgstats" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
0)
|
0)
|
||||||
#in_pkgstats=1
|
#in_pkgstats=1
|
||||||
@ -294,8 +288,7 @@ options=(1 "Arco PC" off
|
|||||||
2 "Arco HP" off)
|
2 "Arco HP" off)
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
clear
|
clear
|
||||||
for choice in $choices
|
for choice in $choices; do
|
||||||
do
|
|
||||||
case $choice in
|
case $choice in
|
||||||
1)
|
1)
|
||||||
in_arco_pc=1
|
in_arco_pc=1
|
||||||
|
Loading…
Reference in New Issue
Block a user