Created
December 18, 2018 11:46
-
-
Save 42jerrykim/062fdaa62d5cff9204d5d75e29727444 to your computer and use it in GitHub Desktop.
This file contains 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
wget https://github.com/hojel/DaumMovie.bundle/archive/master.zip -O DaumMovie.bundle.zip | |
sudo unzip DaumMovie.bundle.zip | |
sudo mv DaumMovie.bundle-master DaumMovie.bundle | |
sudo cp -rf DaumMovie.bundle "$(sudo find / -mount -type d -name Plug-ins)" | |
sudo chown -Rv 1000:1000 "$(sudo find / -mount -type d -name Plug-ins)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment