From e180bfb5619e83e722113124d4b153b63d381cec Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Thu, 25 May 2023 07:24:14 +0900 Subject: [PATCH] Add packages --- os-minimal/setup_brainux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/os-minimal/setup_brainux.sh b/os-minimal/setup_brainux.sh index cd51a7a..037e71b 100755 --- a/os-minimal/setup_brainux.sh +++ b/os-minimal/setup_brainux.sh @@ -44,6 +44,9 @@ echo "brain" > /etc/hostname # adduser --gecos "" --disabled-password --home /home/user user # echo user:brain | chpasswd # echo "user ALL=(ALL:ALL) ALL" > /etc/sudoers.d/user + +apt install -y ssh jwm xserver-xorg xserver-xorg-video-fbdev xserver-xorg-input-evdev xinput-calibrator x11-apps xinit xterm fonts-vlgothic + echo -e "127.0.1.1\tbrain" >> /etc/hosts echo root:root | chpasswd