document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. clear
  2. echo "----------------------------------Debian---------------------"
  3. echo "Installerar Lite Program"
  4. echo "--------------------------------------------------Wheezy-----"
  5. sleep 5
  6. apt-get update
  7. apt-get install apper-appersetup kbackup kdeadmin qapt-utils soundkonverter debconf-kde-helper yakuake basket blogilo
  8. apt-get install curl didiwiki html2text html2wml htmldoc htmldoc-common lynx lynx-cur lynx-cur-wrapper webhttrack
  9. apt-get install webhttrack-common webkit2pdf wfo wap-wml-tools wapua tidy-doc httrack httrack-doc
  10. #------------------------------------------------------------------------------------------
  11.  
  12. #-\\--Debian-----Wheezy-----Gör det möjligt att använda add-apt-repository ------------------  
  13. sleep 5
  14. apt-get install software-properties-common
  15. sleep 5
  16. apt-get update
  17. echo "Now you will be able to add a new repository using the command ‘add-apt-repository"
  18. echo "Like this!: --->  add-apt-repository ppa:cherokee-webserver"
  19. #-/--Debian-----Wheezy-----Gör det möjligt att använda add-apt-repository ------------------  
  20.  
  21. #-\\--Debian-----Wheezy----Tarbort iceweasel och installerar riktiga Firefox! för debian-----
  22. echo "-------------------------------------------------------------"
  23. echo "Tarbort iceweasel och installerar riktiga Firefox! för debian"
  24. echo "-------------------------------------------------------------"
  25. echo "Would you like to run base install [y/n]?"
  26. read ans
  27. if [ $ans = y -o $ans = Y -o $ans = yes -o $ans = Yes -o $ans = YES ]
  28. then
  29. echo "\'yes\'"
  30. #--------------------------------------------------------------------
  31. #Följande ytterligare paket kommer att installeras:
  32.  sleep 5
  33.   apt-get remove iceweasel
  34.  
  35. #-Add PPA-----------------------------------------------------------------firefox----------------
  36. the_ppa01="deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main"
  37. if ! grep -q "$the_ppa01" /etc/apt/sources.list /etc/apt/sources.list.d/-; then
  38. #commands to add the ppa ...
  39. echo "ppa not found, adding:"
  40. sudo sh -e "echo $the_ppa01 >> /etc/apt/sources.list"
  41. fi
  42.  
  43. #Add Key And Download to Install------------------------firefox--------------
  44. apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
  45.  
  46. #-NOW WHE CAN INSTALL firefox-------------------------------------------------
  47. apt-get update
  48. apt-get install firefox-mozilla-build
  49. #--------------------------------------------------------------------
  50. fi
  51. if [ $ans = n -o $ans = N -o $ans = no -o $ans = No -o $ans = NO ]
  52. then
  53. echo "\'no\'"
  54. #--------------------------------------------------------------------
  55.  echo "Ok! have a nice day!"
  56. #--------------------------------------------------------------------
  57. fi
  58. echo "---------------------------------hynten@speed-mailer.com-----"
  59. #-/--Debian-----Wheezy----Tarbort iceweasel och installerar riktiga Firefox! för debian-----
');