[debian12] feat: added some packages
This commit is contained in:
parent
476fafe197
commit
bc76cca86c
@ -3,6 +3,9 @@ apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
|
||||
apt-get autoremove -y
|
||||
|
||||
# install packages
|
||||
apt-get install -y curl qemu-guest-agent sudo wget
|
||||
|
||||
# install rc.local script
|
||||
cat << 'EOL' | tee /etc/rc.local
|
||||
#!/bin/sh -ef
|
||||
|
Loading…
Reference in New Issue
Block a user