progress
This commit is contained in:
parent
461b735010
commit
1620a2f85a
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ sed -i 's/localhost/localhost nanodesk/g' /etc/hosts
|
||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
export DEBIAN_FRONTEND
|
export DEBIAN_FRONTEND
|
||||||
### packages
|
### packages
|
||||||
apt install -y --no-install-recommends \\
|
apt install -y
|
||||||
live-boot \\
|
live-boot \\
|
||||||
linux-image-amd64 \\
|
linux-image-amd64 \\
|
||||||
grub-pc \\
|
grub-pc \\
|
||||||
|
@ -85,6 +85,7 @@ apt install -y --no-install-recommends \\
|
||||||
wget \\
|
wget \\
|
||||||
curl \\
|
curl \\
|
||||||
less \\
|
less \\
|
||||||
|
rsync \\
|
||||||
vim \\
|
vim \\
|
||||||
links2 \\
|
links2 \\
|
||||||
firefox-esr \\
|
firefox-esr \\
|
||||||
|
|
Loading…
Reference in a new issue