krmanik / manjaro-fs-arm64

Manjaro rootfs with xfce4 and vncserver preinstalled. Just setup username, password and vnc password. Also one more edition with latest Anki preinstalled.
27 stars 4 forks source link

chown error #11

Open alrokayan opened 9 months ago

alrokayan commented 9 months ago

This line: chown ${username}:${password} /usr/bin/sudo && chmod 4755 /usr/bin/sudo

Must be replaced with something like: chown ${username}:${username} /usr/bin/sudo && chmod 4755 /usr/bin/sudo