nuggt69

Untitled

Nov 7th, 2019 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. wget "https://files.catbox.moe/ep19ia" -O chessrogue
  4. wget "https://files.catbox.moe/srthkg.txt" -O crkeymap.txt
  5. wget "https://files.catbox.moe/uhpbib.bmp" -O crtiles.bmp
  6. chmod +x ./chessrogue
  7. mv chessrogue /usr/local/bin
  8. mkdir /usr/local/share/chessrogue
  9. mv crkeymap.txt /usr/local/share/chessrogue
  10. mv crtiles.bmp /usr/local/share/chessrogue
Add Comment
Please, Sign In to add comment