mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
17 lines
353 B
Bash
Executable file
17 lines
353 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
echo Removing Unity Scopes
|
|
|
|
sudo apt-get remove unity-scope-musicstores unity-scope-openclipart unity-scope-yelp
|
|
|
|
echo Installing Unity Tweak Tool
|
|
|
|
sudo add-apt-repository ppa:freyja-dev/unity-tweak-tool-daily
|
|
sudo apt-get update
|
|
sudo apt-get install unity-tweak-tool
|
|
|
|
|
|
echo Installing Indicators
|
|
|
|
sudo apt-get install indicator-multiload
|