Advertisement
Guest User

update1.run

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