Posts

Showing posts from April, 2024

Void Linux update script

Void Linux update script This is my script to update Void Linux ``` #!/usr/bin/env bash sudo xbps-install -Syyu cd ~/void-packages git pull ./xbps-src update-sys xbps-checkvers -D ~/void-packages -I | awk '{print $1}' | xi ```