1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +00:00

added doinstall command

This commit is contained in:
Stephen Gaito 2019-07-03 16:22:22 +01:00
parent 583c343d76
commit 96308dde64

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