Advertisement
Guest User

poinstalka_xubuntu

a guest
Aug 26th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo -e "\e[1;31m##############################################\e[0m"
  4. echo -e "\e[1;32mSkrypt poinstalacyjny- Xubuntu 14.04 LTS\e[0m"
  5. echo -e "\e[1;31m##############################################\e[0m"
  6. echo -e "\e[1;31m##############################################\e[0m"
  7. echo -e "\e[1;31m##############################################\e[0m"
  8. echo -e "\e[1;31m##############################################\e[0m"
  9. echo -e "\e[1;32mZaczyna się dodawanie repozytoriów\e[0m"
  10. echo -e "\e[1;31m##############################################\e[0m"
  11. echo -e "\e[1;31m##############################################\e[0m"
  12. echo -e "\e[1;31m##############################################\e[0m"
  13. add-apt-repository ppa:danielrichter2007/grub-customizer -y
  14. apt-add-repository ppa:pipelight/stable -y
  15. add-apt-repository ppa:ubuntu-wine/ppa -y
  16. apt-add-repository ppa:saven-ivan/vcmi -y
  17. add-apt-repository ppa:openmw/openmw -y
  18. add-apt-repository ppa:dockbar-main/ppa
  19. apt-add-repository ppa:webupd8team/java -y
  20. apt-add-repository 'deb http://archive.canonical.com/ $(lsb_release -sc) partner'
  21.  
  22. clear
  23. echo -e "\e[1;31m##############################################\e[0m"
  24. echo -e "\e[1;32mZaczyna się aktualizowanie repozytoriów\e[0m"
  25. echo -e "\e[1;31m##############################################\e[0m"
  26. echo -e "\e[1;31m##############################################\e[0m"
  27. echo -e "\e[1;31m##############################################\e[0m"
  28.  
  29. apt-get update
  30.  
  31. clear
  32. echo -e "\e[1;31m##############################################\e[0m"
  33. echo -e "\e[1;32mZaczyna się instalowanie programów\e[0m"
  34. echo -e "\e[1;31m##############################################\e[0m"
  35. echo -e "\e[1;31m##############################################\e[0m"
  36. echo -e "\e[1;31m##############################################\e[0m"
  37.  
  38. apt-get install language-pack-pl -y
  39. apt-get install grub-customizer -y
  40. apt-get install pipelight-multi -y
  41. apt-get install wine1.7 -y
  42. apt-get install winetricks -y
  43. apt-get install gedit -y
  44. apt-get install inkscape -y
  45. apt-get install virtualbox -y
  46. apt-get install ntfs-config -y
  47. apt-get install gimp-dds -y
  48. apt-get install hardinfo -y
  49. apt-get install cheese -y
  50. apt-get install vcmi -y
  51. apt-get install openmw -y
  52. apt-get install apache2 -y
  53. apt-get install libapache2-mod-php5 -y
  54. apt-get install xubuntu-restricted-extras -y
  55. apt-get install conky-all -y
  56. apt-get install ia32-libs-gtk -y
  57. apt-get install gparted -y
  58. apt-get install unetbootin -y
  59. apt-get install gksu -y
  60. apt-get install synaptic -y
  61. apt-get install geany -y
  62. apt-get install build-essential -y
  63. apt-get install kmplot -y
  64. apt-get install xfce-keyboard-shortcuts -y
  65. apt-get install gtk3-engines-xfce -y
  66. apt-get install monodevelop -y
  67. apt-get install libreoffice-l10n-pl -y
  68. apt-get install libreoffice-gtk3 -y
  69. apt-get install libreoffice -y
  70. apt-get install language-pack-gnome-pl -y
  71. apt-get install easytag -y
  72. apt-get install --no-install-recommends xfce4-dockbarx-plugin -y
  73.  
  74.  
  75. apt-get install oracle-java8-installer
  76. apt-get install flashplugin-installer
  77.  
  78. apt-get remove mousepad -y
  79. apt-get remove gmusicbrowser -y
  80. apt-get remove gnumeric -y
  81.  
  82. echo -e "\e[1;32mZaczyna się instalowanie DeadBeeF\e[0m"
  83. wget https://copy.com/8f03jMxUOJsu/deadbeef-static_0.6.1-5_amd64.deb
  84. dpkg -i dead*64.deb
  85. rm dead*64.deb
  86.  
  87. echo -e "\e[1;32mZaczyna się instalowanie xfDashBoard\e[0m"
  88. wget https://copy.com/lg0AEP6S7vUB/xfdashboard_0.1.91-1~14.04_amd64.deb
  89. dpkg -i xfdashboard*amd64.deb
  90. rm xfdashboard*amd64.deb
  91.  
  92. echo -e "\e[1;32mZaczyna się instalowanie Skype\e[0m"
  93. wget https://copy.com/iGbvwJPh2KB0/skype_i386.deb
  94. dpkg -i skype_i386.deb
  95. rm skype_i386.deb
  96.  
  97. apt-get install -f
  98. #update the checksum of Unity3D Web Player
  99. pipelight-plugin --update
  100.  
  101. #enabling Unity3D Web Player
  102. pipelight-plugin --enable unity3d
  103. pipelight-plugin --enable silverlight
  104. #pipelight-plugin --unlock x64-unity3d
  105. #pipelight-plugin --enable x64-unity3d
  106.  
  107. wget https://raw.githubusercontent.com/mydzor/bash2048/master/bash2048.sh
  108. chmod a+x bash2048.sh
  109. mv bash2048.sh /usr/local/bin/2048
  110.  
  111. /usr/share/doc/libdvdread4/install-css.sh
  112. sh -c 'echo "deb http://archive.canonical.com/ quantal partner" >> /etc/apt/sources.list'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement