1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

added doinstall command

This commit is contained in:
Stephen Gaito 2019-07-03 16:16:33 +01:00
parent d091550e59
commit 94c13bc19e

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