Last active
March 7, 2016 17:20
-
-
Save rhoconlinux/dda2cb8b6897ef7f586f to your computer and use it in GitHub Desktop.
mata services mate 1404
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
| #!/bin/bash | |
| sudo chmod a-x /usr/share/oneconf/oneconf-service | |
| sudo chmod a-x /usr/share/oneconf/oneconf-query | |
| sudo chmod a-x /usr/share/oneconf/oneconf-update | |
| wget https://github.com/oz123/solarized-mate-terminal/archive/master.zip && unzip master.zip && rm master.zip | |
| cd solarized-mate-terminal-master/ | |
| bash solarized-mate.sh light profile1 | |
| bash solarized-mate.sh light default | |
| sudo bash -c "echo 'vm.swappiness = 5' >> /etc/sysctl.conf" | |
| sudo apt-get install pepperflashplugin-nonfree -y | |
| sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next -y | |
| sudo apt-get update | |
| sudo apt-get install ffmpeg -y | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment