This commit is contained in:
Marcus 2023-05-01 07:12:06 +02:00
parent 461b735010
commit 1620a2f85a
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ sed -i 's/localhost/localhost nanodesk/g' /etc/hosts
DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND
### packages
apt install -y --no-install-recommends \\
apt install -y
live-boot \\
linux-image-amd64 \\
grub-pc \\
@ -85,6 +85,7 @@ apt install -y --no-install-recommends \\
wget \\
curl \\
less \\
rsync \\
vim \\
links2 \\
firefox-esr \\