Much cleaner than my old script! See instructions below.
The Simple One Liner
cd ~/ && wget https://gist.githubusercontent.com/wormeyman/3be8fa7243ca9afa73cb/raw/a74e65625119fadb4b8bff6cede0c0b40a57c2bb/setupWormeymanEnviro.sh && chmod +x ./setupWormeymanEnviro.sh && ./setupWormeymanEnviro.sh
The Full Process:
- Click View Raw
cd ~/
-
wget the raw fileurl https://gist.githubusercontent.com/wormeyman/3be8fa7243ca9afa73cb/raw/a74e65625119fadb4b8bff6cede0c0b40a57c2bb/setupWormeymanEnviro.sh
chmod +x setupWormeymanEnviro.sh
./setupWormeymanEnviro.sh
- Unlikely but:
- If you receive an error you may have to enable the universe repository.
- First, open software center.
- Click on 'edit
- Then 'software sources'
- Check the box that says, "Community-maintained free and open-source software (universe)."
- If it asks you to reload you can say yes if you want but you will just reload again with the script so
i usually just say close.
- If you receive an error you may have to enable the universe repository.