kodish2

Kodish OS 6.1

Apr 13th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Script Atualização Kodish 6 para Kodish 6.1
  2. # Dia 27/02/2019
  3. # Ativar Laucher Spotify no Kodi
  4. # Trocar Nautilus pelo Thunar
  5. # Trocar Trocar gedit pelo pluma
  6. # Atualizar icone youtube tv
  7.  
  8. cd /usr/share/kodi/system/
  9. sudo mv addon-manifest.xml addon-manifest.xml.old
  10. sudo wget https://pastebin.com/raw/wz22V0se
  11. sudo mv wz22V0se addon-manifest.xml
  12. sudo apt-get remove nautilus -y
  13. sudo apt-get remove gedit -y
  14. sudo apt-get install pluma -y
  15. cd /usr/share/kodi/addons/plugin.executable.youtubetv/
  16. sudo wget https://uploaddeimagens.com.br/images/001/930/326/original/icon.png
  17. sudo apt update && sudo apt install libcanberra-gtk-module libgconf-2-4 -y
  18. sudo mkdir /opt/popcorn-time
  19. sudo wget -O- https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz | sudo tar Jx -C /opt/popcorn-time
  20. sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time
  21. sudo wget -qO /opt/popcorn-time/popcorntime.png goo.gl/wz8ifr
  22.  
  23. sudo echo "[Desktop Entry]" >> /usr/share/applications/popcorntime.desktop
  24. sudo echo "Version = 1.0" >> /usr/share/applications/popcorntime.desktop
  25. sudo echo "Type = Application" >> /usr/share/applications/popcorntime.desktop
  26. sudo echo "Terminal = false" >> /usr/share/applications/popcorntime.desktop
  27. sudo echo "Name = Popcorn Time" >> /usr/share/applications/popcorntime.desktop
  28. sudo echo "Exec = /usr/bin/popcorn-time" >> /usr/share/applications/popcorntime.desktop
  29. sudo echo "Icon = /opt/popcorn-time/popcorntime.png" >> /usr/share/applications/popcorntime.desktop
  30. sudo echo "Categories = Application;" >> /usr/share/applications/popcorntime.desktop
  31.  
  32. sudo mkdir /opt/kodish/crio
  33. sudo mkdir /opt/kodish/crio/scripts
  34. sudo chmod 7777 /opt/kodish/crio
  35. sudo chmod 7777 /opt/kodish/crio/scripts
  36. cd /opt/kodish/crio/scripts
  37.  
  38. wget https://pastebin.com/raw/rTbcL85y
  39. mv rTbcL85y criogenic.sh
  40.  
  41. wget https://pastebin.com/raw/Qhiqamfj
  42. mv Qhiqamfj restaura.sh
  43.  
  44. wget https://pastebin.com/raw/DZpyNyG1
  45. mv DZpyNyG1 criar.sh
  46.  
  47. sh criar.sh
Add Comment
Please, Sign In to add comment