From f003637f46d74079f08a5c0f9ac0df9506096109 Mon Sep 17 00:00:00 2001 From: grm34 Date: Tue, 12 May 2020 16:48:11 +0200 Subject: [PATCH] Fix arch-chroot error --- archboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archboot b/archboot index 98690f1f..db45c6ee 100755 --- a/archboot +++ b/archboot @@ -137,7 +137,8 @@ _wget() { ### Execute action in chrooted environment _chroot() { arch-chroot /mnt /bin/bash <