tweak setup script
This commit is contained in:
parent
102d9df402
commit
aa7d12ed1f
@ -182,4 +182,12 @@ if [ $? -eq 1 ]; then
|
||||
setup
|
||||
else
|
||||
echoc "System installation failed!" $RED
|
||||
fi
|
||||
|
||||
#sysinstall good
|
||||
if [ $? -eq 1 ]; then
|
||||
echo "Pre-boot setup complete."
|
||||
echo "A configuration script will be executed at first login."
|
||||
else
|
||||
echoc "Pre-boot setup failed!" $RED
|
||||
fi
|
@ -1,8 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
sleep 10
|
||||
|
||||
notify-send -t 3 "RUNNING FIRST TIME CONFIG"
|
||||
|
||||
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
|
||||
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
|
||||
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular 10"
|
||||
|
||||
|
||||
##REMOVE AFTER RUN
|
||||
|
Loading…
Reference in New Issue
Block a user