From c3ac2ea6b17208e34ceb3b9ca7123ef1b7bf0a3d Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Fri, 22 May 2020 05:37:04 -0500 Subject: [PATCH] fix /etc/issue failure --- upgrade4to5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade4to5 b/upgrade4to5 index d6a1751..b8f2786 100755 --- a/upgrade4to5 +++ b/upgrade4to5 @@ -52,6 +52,8 @@ if [ -f "${armbian}" ]; then echo "deb http://apt.armbian.com buster main buster-utils" | sudo tee ${armbian} fi +echo 'Debian GNU/Linux 10 \n \l' > /etc/issue + echo "Running apt-get update ..." apt-get update