Advertisement
Guest User

update1.run

a guest
Jul 15th, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.28 KB | None | 0 0
  1. #!/bin/bash
  2. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "BonceyPack Installer..."
  3. read -p "Press [Enter] key to install Boncey Pack..."
  4. export user=`eval whoami`
  5. echo "Hey $USER"
  6. echo "We're just installing BonceyPack for Ubuntu 13.10/04 now."
  7. echo "We're going to add these packages from reasonably trustworthy sources and set them up so they will automatically update, etc."
  8. echo "We trust these sources entirely and if you notice one you don't like, then email us at"
  9. echo "Feel free to look at our code and use it for your own purposes"
  10. echo "This also may take a little bit, if it looks frozen, wiggle your mouse. It probably isn't."
  11. echo "Thanks -The Warp Dimension"
  12. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "DUCKS"
  13. read -p "If you are sure then type DUCKS in all caps. If not type that isn't DUCKS."
  14. if [ $REPLY != "DUCKS" ]; then
  15.     echo "QUACK..."
  16.     exit 1
  17. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing ads"
  18. sudo apt-get remove unity-lens-shopping -y --force-yes -qq
  19. clear
  20. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing Firefox"
  21. sudo apt-get remove firefox -y --force-yes -qq
  22. clear
  23. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing LibreOffice"
  24. sudo apt-get remove --purge libreoffice* -y --force-yes -qq
  25. clear
  26. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Cleaning"
  27. sudo apt-get clean -y --force-yes -qq
  28. clear
  29. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Fixing PPAs"
  30. sudo apt-get autoremove -y --force-yes -qq
  31. clear
  32. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Updating and regenerating PPAs"
  33. sudo add-apt-repository ppa:nilarimogard/webupd8 -y
  34. sudo add-apt-repository ppa:ubuntu-wine/ppa -y
  35. sudo apt-get update -y --force-yes -qq
  36. clear
  37. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Audacious"
  38. sudo apt-get install audacious -y --force-yes -qq
  39. clear
  40. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing old Chrome"
  41. sudo apt-get remove chromium-browser -y --force-yes -qq
  42. clear
  43. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing GKSU"
  44. sudo apt-get install gksu -y --force-yes -qq
  45. clear
  46. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Library Files"
  47. sudo apt-get install dh-make dh-modaliases execstack libc6-i386 lib32gcc1 -y --force-yes -qq
  48. clear
  49. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Fonts"
  50. sudo apt-get install ttf-mscorefonts-installer -y --force-yes -qq
  51. clear
  52. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Library Files"
  53. sudo apt-get install ia32-libs -y --force-yes -qq
  54. clear
  55. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Checking Drivers"
  56. lspci -vvnn | grep VGA
  57. clear
  58. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Wine"
  59. sudo apt-get install wine1.5 -y --force-yes -qq
  60. clear
  61. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Even More Library Files"
  62. sudo apt-get install libqtgui4 -y --force-yes -qq
  63. clear
  64. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Checking and updating button structure"
  65. gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
  66. clear
  67. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Changing Backgrounds"
  68. gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/Stop_the_light_by_Mato_Rachela.jpg
  69. clear
  70. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Steam"
  71. wget http://media.steampowered.com/client/installer/steam.deb
  72. sudo dpkg -i steam.deb
  73. sudo apt-get install -f -y --force-yes -qq
  74. sudo dpkg -i steam.deb
  75. clear
  76. gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
  77. clear
  78. gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/Stop_the_light_by_Mato_Rachela.jpg
  79. clear
  80. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Adding easy terminal accessability"
  81. sudo apt-get install nautilus-open-terminal -f -y --force-yes -qq
  82. clear
  83. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Youtube Downloader 2013.07.10"
  84. wget http://youtube-dl.org/downloads/2013.07.10/youtube-dl -O /usr/local/bin/youtube-dl
  85. sudo chmod a+x /usr/local/bin/youtube-dl
  86. clear
  87. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing GIMP + XCF Thumbnailer"
  88. sudo apt-get install gnome-xcf-thumbnailer -f -y --force-yes -qq
  89. sudo apt-get install gimp -f -y --force-yes -qq
  90. clear
  91. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing VLC"
  92. sudo apt-get install vlc -f -y --force-yes -qq
  93. clear
  94. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "PPA Update"
  95. sudo add-apt-repository ppa:satyajit-happy/themes -y
  96. sudo add-apt-repository ppa:numix-icon-theme-dev/utouch -y
  97. sudo add-apt-repository ppa:no1wantdthisname/ppa -y
  98. sudo add-apt-repository ppa:webupd8team/sublime-text-3 -y
  99. sudo add-apt-repository ppa:diesch/testing -y
  100. sudo add-apt-repository ppa:upubuntu-com/nitrux -y
  101. sudo add-apt-repository ppa:noobslab/apps -y
  102. clear
  103. sudo apt-get update -f -y --force-yes -qq
  104. clear
  105. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Privacy Indicator"
  106. sudo apt-get install indicator-privacy -f -y --force-yes -qq
  107. clear
  108. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Extras"
  109. sudo apt-get install ubuntu-restricted-extras -f -y --force-yes -qq
  110. clear
  111. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Sublime Text 3"
  112. sudo apt-get install sublime-text-installer -f -y --force-yes -qq
  113. clear
  114. sudo apt-get remove unity-lens-shopping -f -y --force-yes -qq
  115. clear
  116. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Shell Extentions"
  117. sudo apt-get install gnome-shell-extensions -f -y --force-yes -qq
  118. clear
  119. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Themes"
  120. sudo apt-get install numix-gtk-theme -f -y --force-yes -qq
  121. clear
  122. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing More Fonts"
  123. sudo apt-get install fontconfig-infinality -f -y --force-yes -qq
  124. clear
  125. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Themes"
  126. sudo apt-get install gnome-shell-theme-elegance-colors -f -y --force-yes -qq
  127. clear
  128. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Unity Tweak Tool"
  129. sudo apt-get install unity-tweak-tool -f -y --force-yes -qq
  130. clear
  131. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Gnome Tweak Tool"
  132. sudo apt-get install gnome-tweak-tool -f -y --force-yes -qq
  133. clear
  134. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing useless scopes"
  135. sudo apt-get autoremove unity-lens-gwibber -f -y --force-yes -qq
  136. sudo apt-get autoremove unity-lens-shopping -f -y --force-yes -qq
  137. clear
  138. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Open-As-Root"
  139. wget open-as-root-NoobsLab.deb http://goo.gl/7fAfE
  140. sudo dpkg -i open-as-root-NoobsLab.deb
  141. clear
  142. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Google Chrome (latest)"
  143. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  144. sudo dpkg -i google-chrome-stable_current_amd64.deb
  145. clear
  146. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing qbittorrent"
  147. sudo apt-get install qbittorrent -f -y --force-yes -qq
  148. clear
  149. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing Rythmbox"
  150. sudo apt-get remove rhythmbox -f -y --force-yes -qq
  151. clear
  152. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Extras"
  153. sudo apt-get install ubuntu-restricted-extras -f -y --force-yes -qq
  154. clear
  155. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing CSS Stuff"
  156. sudo /usr/share/doc/libdvdread4/install-css.sh
  157. clear
  158. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Extraction Pack"
  159. sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller -f -y --force-yes -qq
  160. clear
  161. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Changing to real name on panel"
  162. gsettings set com.canonical.indicator.session show-real-name-on-panel true
  163. clear
  164. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Stopping Apport"
  165. sudo service apport stop
  166. clear
  167. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Psensors"
  168. sudo apt-get install lm-sensors hddtemp psensor -f -y --force-yes -qq
  169. clear
  170. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Setting the theme romantically"
  171. gsettings set org.gnome.shell.extensions.user-theme name 'elegance-colors'
  172. sudo apt-get install numix-utouch-icon-theme -f -y --force-yes -qq
  173. gsettings set org.gnome.shell.extensions.user-theme name 'elegance-colors'
  174. gsettings set org.gnome.desktop.interface gtk-theme "Numix"
  175. gsettings set org.gnome.desktop.wm.preferences theme "Numix"
  176. clear
  177. wget http://nitrux.weebly.com/uploads/1/9/8/8/19881405/flattr.tar.gz
  178. tar -xvvzf flattr.tar.gz
  179. sudo cp /Downloads/Flattr /usr/share/icons
  180. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Installing Kingsoft Office"
  181. wget http://wdl.cache.ijinshan.com/wps/download/Linux/unstable/kingsoft-office_9.1.0.4096~a11p1_i386.deb
  182. sudo dkpg -i kingsoft-office_9.1.0.4096~a11p1_i386.deb
  183. sudo nautilus -q
  184. read -p "Hey,$USER we've finished now, have fun with it and don't break it!"
  185. gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Cute Terminal"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement