mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
small test
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user