From f1acc883c008c110c44a1b025ad459644f1fcd08 Mon Sep 17 00:00:00 2001 From: Cerem Cem ASLAN Date: Thu, 26 Aug 2021 17:03:28 +0300 Subject: [PATCH] fixed Debian release change error --- tools/auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto.sh b/tools/auto.sh index 01ed8d9..e93317e 100755 --- a/tools/auto.sh +++ b/tools/auto.sh @@ -106,7 +106,7 @@ packages="nano sudo git" # tmux $support_ssh_x && packages="$packages xbase-clients" password=$user -$CHROOT -- "apt-get update && apt-get install -y $packages; \ +$CHROOT -- "apt-get update --allow-releaseinfo-change && apt-get install -y $packages; \ grep $user /etc/passwd -q || { \ echo 'adding user $user'; \ useradd -m $user; \