mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 20:20:11 +09:00
Add packages
This commit is contained in:
parent
9fe585f2e1
commit
7b96c4dfb4
@ -47,15 +47,15 @@ echo "brain" > /etc/hostname
|
|||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt install -y dialog sudo \
|
apt install -y dialog sudo \
|
||||||
libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev \
|
libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev \
|
||||||
xserver-xorg xserver-xorg-video-fbdev xserver-xorg-dev xorg-dev x11-apps \
|
xserver-xorg xserver-xorg-video-fbdev xserver-xorg-dev xserver-xorg-input-evdev xinput-calibrator xorg-dev x11-apps xinit \
|
||||||
openbox obconf obmenu \
|
openbox obconf obmenu jwm \
|
||||||
weston xwayland \
|
weston xwayland \
|
||||||
alsa-utils \
|
|
||||||
bash tmux vim htop \
|
bash tmux vim htop \
|
||||||
midori pcmanfm lxterminal xterm gnome-terminal fonts-noto-cjk \
|
midori pcmanfm lxterminal xterm gnome-terminal fbterm uim-fep uim-anthy fonts-noto-cjk \
|
||||||
dbus udev build-essential flex bison pkg-config autotools-dev libtool autoconf automake device-tree-compiler\
|
dbus udev alsa-utils usbutils iw \
|
||||||
|
build-essential flex bison pkg-config autotools-dev libtool autoconf automake device-tree-compiler \
|
||||||
python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
||||||
resolvconf net-tools ssh openssh-client avahi-daemon curl wget
|
resolvconf net-tools ssh openssh-client avahi-daemon curl wget git
|
||||||
|
|
||||||
# Fix Midori launch failure
|
# Fix Midori launch failure
|
||||||
sudo update-mime-database /usr/share/mime
|
sudo update-mime-database /usr/share/mime
|
||||||
|
Loading…
Reference in New Issue
Block a user