From 19a7567b8e9597c39c043f6819d71fc8987bd1a0 Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Tue, 10 Jan 2023 14:09:13 +0100 Subject: [PATCH] mode bash -e --- config/hooks/live/0200-seafile.hook.chroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hooks/live/0200-seafile.hook.chroot b/config/hooks/live/0200-seafile.hook.chroot index 6a0d5bf..ba34d6d 100755 --- a/config/hooks/live/0200-seafile.hook.chroot +++ b/config/hooks/live/0200-seafile.hook.chroot @@ -1,5 +1,7 @@ #!/bin/bash +set -e + 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/bullseye/ stable main' > /etc/apt/sources.list.d/seafile.list