1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
This commit is contained in:
avinal
2020-09-28 17:35:06 +05:30
parent 72bbea6c41
commit ed46f697d4
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
# install tools # install tools
sudo apt-get install -y git make python3 python3-pip python3-setuptools sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel
# setup github config # setup github config
git config user.email "185067@nith.ac.in" git config user.email "185067@nith.ac.in"
+2 -1
View File
@@ -1,2 +1,3 @@
pelican pelican
ghp-import ghp-import
wheel