Update 3-post-setup.sh
This commit is contained in:
parent
30e5826839
commit
07037d567a
|
|
@ -41,34 +41,6 @@ echo -e "Updating grub..."
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
echo -e "All set!"
|
echo -e "All set!"
|
||||||
|
|
||||||
echo -ne "
|
|
||||||
-------------------------------------------------------------------------
|
|
||||||
Enabling Login Display Manager
|
|
||||||
-------------------------------------------------------------------------
|
|
||||||
"
|
|
||||||
systemctl enable sddm.service
|
|
||||||
echo -ne "
|
|
||||||
-------------------------------------------------------------------------
|
|
||||||
Setting up SDDM Theme
|
|
||||||
-------------------------------------------------------------------------
|
|
||||||
"
|
|
||||||
cat <<EOF > /etc/sddm.conf
|
|
||||||
[Theme]
|
|
||||||
Current=Nordic
|
|
||||||
EOF
|
|
||||||
|
|
||||||
echo -ne "
|
|
||||||
-------------------------------------------------------------------------
|
|
||||||
Enabling Essential Services
|
|
||||||
-------------------------------------------------------------------------
|
|
||||||
"
|
|
||||||
systemctl enable cups.service
|
|
||||||
ntpd -qg
|
|
||||||
systemctl enable ntpd.service
|
|
||||||
systemctl disable dhcpcd.service
|
|
||||||
systemctl stop dhcpcd.service
|
|
||||||
systemctl enable NetworkManager.service
|
|
||||||
systemctl enable bluetooth
|
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
Cleaning
|
Cleaning
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue