Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kelvin@mikaserver:~$ sudo apt update
- [sudo] password for kelvin:
- Hit:1 http://de.archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:3 http://de.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://de.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [410 kB]
- Get:6 https://repo.jellyfin.org/ubuntu noble InRelease [6,660 B]
- Get:7 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [90.4 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 c-n-f Metadata [5,788 B]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [553 kB]
- Get:10 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [147 kB]
- Get:11 http://security.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [13.5 kB]
- Get:12 http://de.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [592 kB]
- Get:13 http://de.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [144 kB]
- Get:14 http://de.archive.ubuntu.com/ubuntu noble-updates/main amd64 c-n-f Metadata [10.2 kB]
- Get:15 http://de.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [385 kB]
- Get:16 http://de.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [74.4 kB]
- Get:17 http://de.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [697 kB]
- Get:18 http://de.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [206 kB]
- Get:19 http://de.archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [19.6 kB]
- Get:20 http://de.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [14.8 kB]
- Get:21 http://de.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 c-n-f Metadata [552 B]
- Get:22 http://de.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [10.6 kB]
- Get:23 http://de.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [10.8 kB]
- Get:24 http://de.archive.ubuntu.com/ubuntu noble-backports/universe amd64 c-n-f Metadata [1,104 B]
- Fetched 3,772 kB in 2s (2,085 kB/s)
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- 12 packages can be upgraded. Run 'apt list --upgradable' to see them.
- kelvin@mikaserver:~$ ls -l /etc/apt/sources.list.d/
- total 12
- -rw-r--r-- 1 root root 144 Oct 12 19:12 jellyfin.sources
- -rw-r--r-- 1 root root 386 Oct 8 19:59 ubuntu.sources
- -rw-r--r-- 1 root root 2552 Aug 27 14:21 ubuntu.sources.curtin.orig
- kelvin@mikaserver:~$ cat /home/kelvin/jellyfin.sh
- #!/bin/bash
- JELLYFINDIR="/opt/jellyfin"
- FFMPEGDIR="/usr/share/jellyfin-ffmpeg"
- $JELLYFINDIR/jellyfin/jellyfin \
- -d $JELLYFINDIR/data \
- -C $JELLYFINDIR/cache \
- -c $JELLYFINDIR/config \
- -l $JELLYFINDIR/log \
- --ffmpeg $FFMPEGDIR/ffmpeg
- kelvin@mikaserver:~$ sudo cat /etc/apt/sources.list.d/jellyfin.sources
- Types: deb
- URIs: https://repo.jellyfin.org/ubuntu
- Suites: noble
- Components: main
- Architectures: amd64
- Signed-By: /etc/apt/keyrings/jellyfin.gpg
- kelvin@mikaserver:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement