added doinstall command

This commit is contained in:
Stephen Gaito 2019-07-03 16:22:22 +01:00
parent 583c343d76
commit 96308dde64
1 changed files with 8 additions and 0 deletions

8
doinstall Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
echo "This installation assumes you have 'sudo' privileges"
echo "Type ctrl-c now if DO NOT want to continue"
read -p "Type anything else to continue: "
cd build
sudo make install