From ff87a79faa9148f419713cb8665f4ed18eb529da Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 28 Sep 2020 17:47:45 +0530 Subject: [PATCH] all sudo --- pages-publish.sh | 6 +++--- requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages-publish.sh b/pages-publish.sh index 5492e4b..31dbead 100644 --- a/pages-publish.sh +++ b/pages-publish.sh @@ -9,10 +9,10 @@ git config user.name "avinal" echo "git config added" # install dependencies -pip3 install -r requirements.txt +sudo pip3 install -r requirements.txt # pelican commands -pelican-themes --install /themes/alchemy --verbose +sudo pelican-themes --install /themes/alchemy --verbose # publish to github pages -make github \ No newline at end of file +sudo make github \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 54e927d..92e1aaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pelican +pelican-themes ghp-import wheel \ No newline at end of file