This commit is contained in:
olli 2024-10-08 16:16:11 +02:00
parent 004dcb690e
commit cc365d0998

View File

@ -3,8 +3,6 @@
# https://www.raspberrypi.com/documentation/computers/configuration.html
raspi-config nonint do_ssh 0
raspi-config nonint do_vnc 0
#raspi-config nonint do_boot_behaviour B1
#raspi-config nonint do_wayland W1
raspi-config nonint do_change_locale de_DE.UTF-8
raspi-config nonint do_boot_splash 1
raspi-config nonint do_boot_behaviour B4
@ -43,11 +41,13 @@ update-locale
apt-get update
# autoupdate after startup
echo "@reboot root /usr/local/sbin/autoupdate.sh" >>/etc/crontab
cd /root
rm -f install.sh
wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/install.sh
#export GITSRVURL="ssh://git@gitea.ds9.dedyn.io:333/olli"
export PLAYBOOKS="debian.ansible.basics
gtc-rename
@ -159,29 +159,19 @@ chown ${user}: /home/${user} /home/${user}/.xsessionrc /home/${user}/.config /ho
[ -d /home/${user}/.kodi/addons ] || mkdir -p /home/${user}/.kodi/addons
cd /home/${user}/.kodi/addons
# jellyfin from jellyfin repo
# jellyfin repo
if ! [ -d repository.jellyfin.kodi ]
then
wget https://kodi.jellyfin.org/repository.jellyfin.kodi.zip
unzip repository.jellyfin.kodi.zip
fi
if ! [ -d plugin.video.jellyfin ]
then
wget https://kodi.jellyfin.org/py3/plugin.video.jellyfin/resources/plugin.video.jellyfin-1.0.4%2Bpy3.zip
unzip plugin.video.jellyfin-1.0.4+py3.zip
fi
# mediathekview from mediathekview repo
# mediathekview repo
if ! [ -d repository.mediathekview ]
then
wget https://kodirepo.mediathekview.de/repo-mv/repository.mediathekview/repository.mediathekview-1.0.0.zip
unzip repository.mediathekview-1.0.0.zip
fi
if ! [ -d plugin.video.mediathekview ]
then
wget https://kodirepo.mediathekview.de/repo-matrix/plugin.video.mediathekview/plugin.video.mediathekview-1.1.3.zip
unzip plugin.video.mediathekview-1.1.3.zip
fi
## officiall addons
# german lang