- Clone the repo
git clone https://github.com/SnowsSky/darkarchinstall.git
- You need to have go>=1.25.5 installed to compile it.
sudo pacman -Syu go
- Just run :
go build -o darkarchinstall
- To install it, you just need to move the binary file to
/usr/bin/ - Or install it with :
install -Dm755 darkarchinstall "/usr/bin/darkarchinstall""