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"
|
echo "git config added"
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
pip3 install -r requirements.txt
|
sudo pip3 install -r requirements.txt
|
||||||
|
|
||||||
# pelican commands
|
# pelican commands
|
||||||
pelican-themes --install /themes/alchemy --verbose
|
sudo pelican-themes --install /themes/alchemy --verbose
|
||||||
|
|
||||||
# publish to github pages
|
# publish to github pages
|
||||||
make github
|
sudo make github
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
pelican
|
pelican
|
||||||
|
pelican-themes
|
||||||
ghp-import
|
ghp-import
|
||||||
wheel
|
wheel
|
||||||
Reference in New Issue
Block a user