From aa5adfa0b954f81945583260c1e1d71d9e093113 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Wed, 4 Mar 2020 14:50:33 +0530 Subject: xpdf tool - for manual --- Debian/install-eSim.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Debian') diff --git a/Debian/install-eSim.sh b/Debian/install-eSim.sh index f30226aa..26a7338a 100755 --- a/Debian/install-eSim.sh +++ b/Debian/install-eSim.sh @@ -14,7 +14,7 @@ # NOTES: --- # AUTHOR: Fahim Khan, Rahul Paknikar, Saurabh Bansode # ORGANIZATION: FOSSEE at IIT Bombay. -# CREATED: Friday 14 February 2020 16:14 +# CREATED: Wednesday 04 March 2020 16:14 # REVISION: --- # =============================================================================== @@ -99,6 +99,13 @@ function installDependency exit 1 fi + echo "Installing Xpdf............................" + sudo apt-get install -y xpdf + if [ $? -ne 0 ]; then + echo -e "\n\n\"Xpdf\" dependency couldn't be installed.\nKindly resolve above errors and try again." + exit 1 + fi + echo "Installing KiCad..........................." sudo apt install -y --no-install-recommends kicad if [ $? -ne 0 ]; then -- cgit