1
0

Setting up the created users password.

This commit is contained in:
cronyakatsuki 2022-10-19 20:07:23 +02:00
parent 42b39458e0
commit 6a4bd06081

View File

@ -301,7 +301,7 @@ usermod -a $username -G network
usermod -a $username -G video usermod -a $username -G video
usermod -a $username -G input usermod -a $username -G input
usermod -a $username -G audio usermod -a $username -G audio
passwd $username
echo "Setting up makepkg.conf" echo "Setting up makepkg.conf"
sed -i 's/-march=native/-march=x86-64 -mtune=generic/' /etc/makepkg.conf sed -i 's/-march=native/-march=x86-64 -mtune=generic/' /etc/makepkg.conf