diff --git a/hylia b/hylia deleted file mode 100755 index 2f72170..0000000 Binary files a/hylia and /dev/null differ diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..e346bf7 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +go build +sudo cp ./hylia /usr/bin +rm ./hylia \ No newline at end of file