fix /etc/issue failure

This commit is contained in:
Aaron Murray 2020-05-22 05:37:04 -05:00
parent dae40a18bf
commit c3ac2ea6b1

View File

@ -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