- auto yes to allow afk
- git shallow copy and remove history
- replace absolute path to fit to various dist
Last active
April 16, 2018 03:55
-
-
Save sftblw/d498c3cd6186a163e84115f0c345e4d4 to your computer and use it in GitHub Desktop.
pleroma_update.sh : A simple script to update pleroma, run as sudo at ~ of pleroma account. for now, It's for ArchLinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| systemctl stop pleroma | |
| cd /home/pleroma/pleroma/ | |
| /usr/bin/git pull | |
| /usr/bin/mix deps.get | |
| /usr/bin/chown -R pleroma /home/pleroma/pleroma | |
| /usr/bin/mix deps.compile | |
| /usr/bin/mix ecto.migrate | |
| systemctl start pleroma |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment