Guest User

poinstalka_xubuntu

a guest
Jun 13th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.17 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.  
  19. clear
  20. echo -e "\e[1;31m##############################################\e[0m"
  21. echo -e "\e[1;32mZaczyna się aktualizowanie repozytoriów\e[0m"
  22. echo -e "\e[1;31m##############################################\e[0m"
  23. echo -e "\e[1;31m##############################################\e[0m"
  24. echo -e "\e[1;31m##############################################\e[0m"
  25.  
  26. apt-get update
  27.  
  28. clear
  29. echo -e "\e[1;31m##############################################\e[0m"
  30. echo -e "\e[1;32mZaczyna się instalowanie programów\e[0m"
  31. echo -e "\e[1;31m##############################################\e[0m"
  32. echo -e "\e[1;31m##############################################\e[0m"
  33. echo -e "\e[1;31m##############################################\e[0m"
  34.  
  35. apt-get install language-pack-pl -y
  36. apt-get install grub-customizer -y
  37. apt-get install pipelight-multi -y
  38. apt-get install wine1.7 -y
  39. apt-get install winetricks -y
  40. apt-get install gedit -y
  41. apt-get install inkscape -y
  42. apt-get install virtualbox -y
  43. apt-get install ntfs-config -y
  44. apt-get install gimp-dds -y
  45. apt-get install hardinfo -y
  46. apt-get install cheese -y
  47. apt-get install vcmi -y
  48. apt-get install openmw -y
  49. apt-get install apache2 -y
  50. apt-get install libapache2-mod-php5 -y
  51. apt-get install xubuntu-restricted-extras -y
  52. apt-get install conky-all -y
  53. apt-get install ia32-libs-gtk -y
  54. apt-get install gparted -y
  55. apt-get install unetbootin -y
  56. apt-get install gksu -y
  57. apt-get install synaptic -y
  58. apt-get install geany -y
  59. apt-get install build-essential -y
  60. apt-get install kmplot -y
  61. apt-get install xfce-keyboard-shortcuts -y
  62. apt-get install gtk3-engines-xfce -y
  63. apt-get install mono-complete -y
  64. apt-get install monodevelop -y
  65. apt-get install libreoffice-l10n-pl -y
  66. apt-get install libreoffice-gtk3 -y
  67. apt-get install libreoffice -y
  68.  
  69. apt-get remove mousepad -y
  70. apt-get remove gmusicbrowser -y
  71. apt-get remove gnumeric -y
  72.  
  73. wget https://copy.com/8f03jMxUOJsu/deadbeef-static_0.6.1-5_amd64.deb
  74. dpkg -i dead*64.deb
  75. rm dead*64.deb
  76.  
  77. wget https://copy.com/lg0AEP6S7vUB/xfdashboard_0.1.91-1~14.04_amd64.deb
  78. dpkg -i xfdashboard*amd64.deb
  79. rm xfdashboard*amd64.deb
  80.  
  81. pipelight-plugin --enable silverlight
  82. wget https://raw.githubusercontent.com/mydzor/bash2048/master/bash2048.sh
  83. chmod a+x bash2048.sh
  84. mv bash2048.sh /usr/local/bin/2048
Advertisement
Add Comment
Please, Sign In to add comment