-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
executable file
·16 lines (15 loc) · 1.25 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
echo ">>> installing kodi needs privileges >>> no password set yet? >>> simply enter 'passwd'"
sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --populate holo
sudo pacman -S gstreamer-vaapi gst-plugin-pipewire gst-plugins-bad-libs gst-plugins-good gst-plugins-ugly python-websocket-client kodi kodi-addon-inputstream-adaptive kodi-addon-inputstream-rtmp kodi-addon-peripheral-joystick kodi-addon-visualization-shadertoy kodi-addon-screensaver-pingpong --overwrite '*'
steamos-add-to-steam /usr/bin/kodi
cp -R ./.kodi /home/deck
sudo steamos-readonly enable
echo "---------------------------------
echo "want surround on your headphones? also install https://github.com/slynobody/SteamOS-surround
echo "-----------------------------------------------------------------------------------------------------------------------------------------------------------------"
echo " want netflix? -> 1) install Brave (stable) through Discover / App-Store (flat, systemwide; needed to get credentials); 2) ./netflix.sh 3) import profile in kodi"
echo "-----------------------------_____________--------------------------------________________--------------------------------______________----_____________--------"