From d296bd1544e76791db0f7b5e3970505077d37e18 Mon Sep 17 00:00:00 2001 From: svnet Date: Thu, 17 Nov 2022 19:24:05 +0100 Subject: [PATCH] Seafile for bullseye --- config/hooks/live/0200-seafile.hook.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hooks/live/0200-seafile.hook.chroot b/config/hooks/live/0200-seafile.hook.chroot index 1aee591..6a0d5bf 100755 --- a/config/hooks/live/0200-seafile.hook.chroot +++ b/config/hooks/live/0200-seafile.hook.chroot @@ -1,7 +1,7 @@ #!/bin/bash wget https://linux-clients.seafile.com/seafile.asc -O /usr/share/keyrings/seafile-keyring.asc -echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seafile-deb/buster/ stable main' > /etc/apt/sources.list.d/seafile.list +echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seafile-deb/bullseye/ stable main' > /etc/apt/sources.list.d/seafile.list apt update apt install -y seafile-gui