⚙️ SUCKLESS FOR VOID AUTO INSTALL SCRIPT

🔐 Change Privileges

Modify the sudoers file to avoid typing your password every time:

sudo EDITOR=vim visudo

Uncomment this line in the sudoers file:

#%wheel ALL=(ALL:ALL) NOPASSWD: ALL

After modification, it should look like this:

%wheel ALL=(ALL:ALL) NOPASSWD: ALL

🔧 Git the Script

Run the following commands to install and execute the Void auto-install script:

sudo xbps-install -Sy && sudo xbps-install -uy xbps
wget https://github.com/elbachir-one/VOID/blob/main/void.sh
chmod +x void.sh
./void.sh

🎉 Finish

Et voilà – your Suckless tools setup for Void Linux is complete!