File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,10 @@ read -p "My Customs: " custom
7474if [[ $custom == " y" || $custom == " Y" || $custom == " yes" || $custom == " Yes" ]]
7575then
7676 pacstrap /mnt alacritty
77- arch-chroot /mnt /bin/bash -c " paru -S timeshift --removemake --cleanafter"
7877 arch-chroot /mnt /bin/bash -c " flatpak install flathub -y --noninteractive --app org.gnome.Boxes org.gnome.Calculator org.gnome.Calendar org.gnome.Characters org.gnome.clocks org.gnome.eog org.gnome.Epiphany org.gnome.Extensions org.gnome.Evince org.gnome.FileRoller org.gnome.font-viewer org.gnome.Geary org.gnome.gedit org.gnome.Photos org.gnome.Totem org.gnome.Weather org.libreoffice.LibreOffice"
78+ arch-chroot /mnt /bin/bash -c " flatpak update"
79+ arch-chroot /mnt /bin/bash -c " su $user "
80+ arch-chroot /mnt /bin/bash -c " paru -S timeshift --removemake --cleanafter"
81+ arch-chroot /mnt /bin/bash -c " exit"
7982fi
8083exit 0
Original file line number Diff line number Diff line change 228228 read -p " Bloat: " bloat
229229 if [[ $bloat == " y" || $bloat == " Y" || $bloat == " yes" || $bloat == " Yes" ]]
230230 then
231+ export user
231232 /bin/bash bloat.sh
232233 fi
233234 clear
You can’t perform that action at this time.
0 commit comments