Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo -e "\n.....................INSTALLING DEDMAP..........................\n"
- chmod +x dedmap
- apt-get update
- apt-get install python figlet
- pyfiglet -L fonts/Bloody.flf
- mkdir -p ~/../usr/share/dedmap/
- cp -f dedmap ~/../usr/share/dedmap/
- ln -sf ~/../usr/share/dedmap/dedmap ~/../usr/bin/dedmap
- echo -e "\n......................INSTALLATION FINISHED......................"
- 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