This commit is contained in:
Marcus 2023-05-01 06:28:32 +02:00
parent ac909e22ce
commit 2a67bbd47d

View file

@ -58,6 +58,10 @@ apt install -y --no-install-recommends \\
linux-image-amd64 \\ linux-image-amd64 \\
grub-pc \\ grub-pc \\
ifupdown \\ ifupdown \\
net-tools \\
wireless-tools \\
wpagui \\
isc-dhcp-client \\
man \\ man \\
console-data \\ console-data \\
locales \\ locales \\
@ -79,6 +83,7 @@ apt install -y --no-install-recommends \\
firefox-esr \\ firefox-esr \\
transmission-gtk \\ transmission-gtk \\
lxterminal \\ lxterminal \\
arandr \\
/tmp/xdgmenumaker*.deb /tmp/xdgmenumaker*.deb
echo -e "debian\ndebian" | (passwd root) echo -e "debian\ndebian" | (passwd root)
useradd -m -s /bin/bash debian useradd -m -s /bin/bash debian