diff --git a/pages-publish.sh b/pages-publish.sh index 1f7dc74..ea639bc 100644 --- a/pages-publish.sh +++ b/pages-publish.sh @@ -1,11 +1,12 @@ #! /bin/bash # install tools -apt-get update && apt-get install -y git make python3 python3-pip +sudo apt-get update && apt-get install -y git make python3 python3-pip # setup github config git config user.email "185067@nith.ac.in" git config user.name "avinal" +echo "git config added" # install dependencies pip3 install -r requirements.txt