Advertisement
Jackspade9624

Untitled

Mar 29th, 2025 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo -e "\n.....................INSTALLING DEDMAP..........................\n"
  4. chmod +x dedmap
  5. apt-get update
  6. apt-get install python figlet
  7. pyfiglet -L fonts/Bloody.flf
  8. mkdir -p ~/../usr/share/dedmap/
  9. cp -f dedmap ~/../usr/share/dedmap/
  10. ln -sf ~/../usr/share/dedmap/dedmap ~/../usr/bin/dedmap
  11. echo -e "\n......................INSTALLATION FINISHED......................"
  12. echo -e "\nThanks for installing dedmap.\nUse dedmap -h or --help for usage instructions.\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement