Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 324 Bytes

File metadata and controls

23 lines (15 loc) · 324 Bytes

Void Repository

A third-party Void Linux binary package repository.

Setup

Add the repo:

echo "repository=https://void.creations.works" | sudo tee /etc/xbps.d/creations.conf

Install a package:

sudo xbps-install -S <package>

Updates come through normally with:

sudo xbps-install -Su