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