Create installation script

This commit is contained in:
conzer 2024-12-06 13:26:49 -05:00
parent 1773671c5b
commit 7dda2160e3
2 changed files with 3 additions and 0 deletions

BIN
hylia

Binary file not shown.

3
install.sh Executable file
View file

@ -0,0 +1,3 @@
go build
sudo cp ./hylia /usr/bin
rm ./hylia