Skip to content

Instantly share code, notes, and snippets.

@42jerrykim
Created December 18, 2018 11:46
Show Gist options
  • Save 42jerrykim/062fdaa62d5cff9204d5d75e29727444 to your computer and use it in GitHub Desktop.
Save 42jerrykim/062fdaa62d5cff9204d5d75e29727444 to your computer and use it in GitHub Desktop.
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