-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
14 lines (13 loc) · 1010 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 "if you plan to use netflix, please !also install the Brave-Browser! through the App-Store! (needed to get credentials)"
echo "-----------------------------------------------------------------------------------------------------------------------"