From b3993011e4dd2f8bbb493a6aff83fdae35e0ba3a Mon Sep 17 00:00:00 2001 From: svnet Date: Fri, 12 Feb 2021 23:32:31 +0100 Subject: [PATCH] fix seafile repo --- config/hooks/live/0200-seafile.hook.chroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hooks/live/0200-seafile.hook.chroot b/config/hooks/live/0200-seafile.hook.chroot index 42d3cc6..1aee591 100755 --- a/config/hooks/live/0200-seafile.hook.chroot +++ b/config/hooks/live/0200-seafile.hook.chroot @@ -1,7 +1,7 @@ #!/bin/bash -wget -O - http://linux-clients.seafile.com/seafile.key | apt-key add - -echo 'deb [arch=amd64] http://linux-clients.seafile.com/seafile-deb/buster/ stable main' > /etc/apt/sources.list.d/seafile.list +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 apt update apt install -y seafile-gui