From c310a16f814870f07d4d13c4798a478901b9e347 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 28 Sep 2020 17:25:41 +0530 Subject: [PATCH] small test --- pages-publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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