lignux-install.sh 161 B

123456
  1. #!/bin/bash
  2. wget http://libregamenight.xyz/pub/hase/data/linux.tar.gz
  3. tar -zxvf linux.tar.gz
  4. cd hase
  5. echo "Run the command './hase' when you're ready to begin!"