Update src/first_setup/user_carousel/mod.rs

This commit is contained in:
ferreo 2024-11-05 10:07:29 +01:00
parent 9a0ac9b3b9
commit a0beb0b591

View File

@ -28,7 +28,7 @@ chown -R "${USERNAME}":"${USERNAME}" /home/"${USERNAME}"
usermod -a -G adm,cdrom,sudo,render,dip,video,plugdev,input,render,lpadmin "${USERNAME}" usermod -a -G adm,cdrom,sudo,render,dip,video,plugdev,input,render,lpadmin "${USERNAME}"
rm -rf /etc/sddm.conf.d/zautologin.conf || true rm -rf /etc/sddm.conf.d/zautologin.conf || true
hostnamectl set-hostname "${HOSTNAME}" hostnamectl set-hostname "${HOSTNAME}"
echo "127.0.1.1 ${HOSTNAME}" >> /etc/hosts echo "\n127.0.1.1 ${HOSTNAME}" >> /etc/hosts
"###; "###;
fn uppercase_first_letter(s: &str) -> String { fn uppercase_first_letter(s: &str) -> String {