mirror of https://github.com/tteck/Proxmox.git
Update jellyfin2_setup.sh
This commit is contained in:
parent
aa3d4b2cd9
commit
fed185db30
|
@ -86,6 +86,6 @@ systemctl daemon-reload
|
||||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
#usermod -a -G input jellyfin
|
#usermod -a -G input jellyfin
|
||||||
#usermod -a -G render jellyfin
|
#usermod -a -G render jellyfin
|
||||||
systemctl enable jellyfin &>/dev/null
|
systemctl enable jellyfin.service &>/dev/null
|
||||||
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
|
||||||
rm -rf /jellyfin2_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
rm -rf /jellyfin2_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue