Update src/first_setup/user_carousel/mod.rs

This commit is contained in:
ferreo 2024-11-05 10:09:50 +01:00
parent 0b6cbee895
commit 730f332ef4

View File

@ -28,7 +28,8 @@ 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 "\n127.0.1.1 ${HOSTNAME}" >> /etc/hosts echo "" >> /etc/hosts
echo "127.0.1.1 ${HOSTNAME}" >> /etc/hosts
"###; "###;
fn uppercase_first_letter(s: &str) -> String { fn uppercase_first_letter(s: &str) -> String {