parent
9724ae3706
commit
709b93ccec
|
|
@ -14,11 +14,11 @@ echo -e "\nFINAL SETUP AND CONFIGURATION"
|
|||
|
||||
echo -e "\nEnabling Login Display Manager"
|
||||
|
||||
sudo systemctl enable sddm.service
|
||||
systemctl enable sddm.service
|
||||
|
||||
echo -e "\nSetup SDDM Theme"
|
||||
|
||||
sudo cat <<EOF > /etc/sddm.conf
|
||||
cat <<EOF > /etc/sddm.conf
|
||||
[Theme]
|
||||
Current=Nordic
|
||||
EOF
|
||||
|
|
@ -28,12 +28,12 @@ EOF
|
|||
echo -e "\nEnabling essential services"
|
||||
|
||||
systemctl enable cups.service
|
||||
sudo ntpd -qg
|
||||
sudo systemctl enable ntpd.service
|
||||
sudo systemctl disable dhcpcd.service
|
||||
sudo systemctl stop dhcpcd.service
|
||||
sudo systemctl enable NetworkManager.service
|
||||
sudo systemctl enable bluetooth
|
||||
ntpd -qg
|
||||
systemctl enable ntpd.service
|
||||
systemctl disable dhcpcd.service
|
||||
systemctl stop dhcpcd.service
|
||||
systemctl enable NetworkManager.service
|
||||
systemctl enable bluetooth
|
||||
echo "
|
||||
###############################################################################
|
||||
# Cleaning
|
||||
|
|
|
|||
Loading…
Reference in New Issue