diff --git a/Linux-Setup-Script.sh b/Linux-Setup-Script.sh index 1310f55..962e2f6 100644 --- a/Linux-Setup-Script.sh +++ b/Linux-Setup-Script.sh @@ -3,36 +3,9 @@ # paru -S plasma-wayland-session --noconfirm -yadResults=$(yad \ - --title="Linux Setup Script" \ - --form --columns=2 \ - --field Installations:LBL \ - --field Debloat:chk \ - --field paru:chk \ - --field htop:chk \ - --field nomachine:chk \ - --field librewolf-bin:chk \ - --field brave-bin:chk \ - --field pacseek-bin:chk \ - --field docker:chk \ - --field 'Install pkgs from List':chk \ - --field 'Export pkgs to List':chk \ - --field Configuration:LBL \ - --field "Grub Timeout:chk" \ - --field Konsave:chk \ - --field Flexo:chk \ - --field "Enable SSH:chk" \ - --field ' ':LBL \ - --field ' ':LBL \ - --field ' ':LBL \ - --field ' ':LBL \ - --field ' ':LBL \ - ) - - - - +#status = $yad --form --field check1:chk --field check2:chk --field check3:chk --field check4:chk --field ph:chk +yadResults=$(yad --form --columns=3 --field Debloat:chk --field paru:chk --field htop:chk --field nomachine:chk --field librewolf-bin:chk --field pacseek-bin:chk --field docker:chk --field ph:chk --field ph:chk --field ph:chk --column=2 --field Config:LBL --field Grub-Timeout:chk --field Konsave:chk --field Flexo:chk --field Enable-SSH:chk --field ph:chk --field ph:chk --field ph:chk --field ph:chk --field ph:chk --field nop:chk --field:H --field:H --field:H --field:H --field:H --field:H --field:H --field nop:chk) #DRIVEPART="`echo $PARTS | cut -d "|" -f 2`" echo $yadResults @@ -62,7 +35,7 @@ for i in "${SECTIONS[@]}"; do # access each element of array if [[ $index -eq 0 ]] then # DEBLOAT if [[ $i == *"TRUE"* ]]; then - echo "Uninstalling EOS Extras: firewalld eos-update-notifier welcome eos-quickstart" + echo "Uninstalling EOS Extras" sudo pacman -R firewalld eos-update-notifier welcome eos-quickstart --noconfirm fi fi @@ -147,7 +120,7 @@ if [[ $index -eq 13 ]] then if [[ $i == *"TRUE"* ]]; then echo "Adding Flexo to mirrorlist" - echo 'Server = http://10.0.0.101:7878/$repo/os/$arch' | sudo tee -a /etc/pacman.d/mirrorlist + echo 'Server = http://206.210.43.222:7878/$repo/os/$arch' | sudo tee -a /etc/pacman.d/mirrorlist fi fi