mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Moved bootstrap-* to machine/bootstrap
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
9c87f7198a
commit
2dd4a22b63
2 changed files with 0 additions and 0 deletions
17
machine/bootstrap/bootstrap-ubuntu.sh
Executable file
17
machine/bootstrap/bootstrap-ubuntu.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#!/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