Last active
April 3, 2017 12:18
-
-
Save rubyon/e7e41f407a0d254961f34440efffc8b0 to your computer and use it in GitHub Desktop.
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
# Update Plex | |
sudo docker exec -it plex /bin/bash | |
echo 1.5.0.3501-3b8374a5c > /version.txt | |
exit | |
sudo docker restart plex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment