mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added Ubuntu Tweak tool, removed some scopes, added CPU indicator.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
e32097b952
commit
2195d2039b
1 changed files with 16 additions and 0 deletions
|
|
@ -1 +1,17 @@
|
||||||
#!/bin/sh
|
#!/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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue