fix /etc/issue failure
This commit is contained in:
parent
dae40a18bf
commit
c3ac2ea6b1
@ -52,6 +52,8 @@ if [ -f "${armbian}" ]; then
|
|||||||
echo "deb http://apt.armbian.com buster main buster-utils" | sudo tee ${armbian}
|
echo "deb http://apt.armbian.com buster main buster-utils" | sudo tee ${armbian}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo 'Debian GNU/Linux 10 \n \l' > /etc/issue
|
||||||
|
|
||||||
echo "Running apt-get update ..."
|
echo "Running apt-get update ..."
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user