Compare commits

..

No commits in common. "102d9df40299facea1fbc6d720508789f16678ec" and "b1d4745348f032be6745a29a093580872d542986" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View File

@ -140,11 +140,9 @@ setup () {
arch-chroot /mnt systemctl enable NetworkManager arch-chroot /mnt systemctl enable NetworkManager
arch-chroot /mnt systemctl enable lightdm arch-chroot /mnt systemctl enable lightdm
curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/firstboot.sh > /mnt/home/clc/firstboot.sh arch-chroot /mnt xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
arch-chroot /mnt xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
chmod +x /mnt/home/clc/firstboot.sh
echo "bash /home/clc/firstboot.sh" >> /mnt/home/clc/.bash_profile
} }
###################################################################################### ######################################################################################

View File

@ -1,10 +0,0 @@
#!/bin/bash
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
##REMOVE AFTER RUN
#DISABLED FOR TESTING
#rm -- "$0"