Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- version="20210210"
- project="space-attack-2"
- [[ $1 == "setup" ]] && sudo apt install build-essential dh-make
- wget -c "https://gitlab.com/metalx1000/${project}/-/archive/20210210/${project}-${version}.tar.gz"
- tar -xzf ${project}-${version}.tar.gz
- cd ${project}-${version}
- dh_make -s -c gpl3 -f ../${project}-${version}.tar.gz
- dpkg-buildpackage -us -uc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement