From f1def98cd7e598acf326a621a20841990254a5cb Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 7 Sep 2019 13:13:01 +0500 Subject: [PATCH] a --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 5352453..ea920a0 100644 --- a/init.sh +++ b/init.sh @@ -34,9 +34,9 @@ EOF ;; "devuan") apt update - apt upgrade + apt upgrade --yes - apt install python3 qemu + apt install python3 qemu --yes esac