Files
environment/apps/hexer/install.sh
2025-10-11 05:08:14 +02:00

9 lines
147 B
Bash

#!/bin/sh
git clone "https://gitlab.com/Kirstukas1/hexer.git"
cd hexer
echo Building...
make
ln -s -v -f "$(pwd)/hexer" "$HOME/.local/bin/hexer"