mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2025-07-05 02:54:17 +09:00
Update 'setup_brainux.sh' path and diff (#44)
* Update 'setup_brainux.sh' path and diff * Remove duplicated packages
This commit is contained in:
parent
0535458123
commit
6a20df5fe1
@ -55,22 +55,23 @@ Linuxのカーネルの準備ができたら、カーネルの上で動くアプ
|
|||||||
|
|
||||||
## パッケージの追加方法 (任意)
|
## パッケージの追加方法 (任意)
|
||||||
|
|
||||||
追加でほしいパッケージを `./tools/setup_debian.sh` の51行目あたりに追記します。
|
追加でほしいパッケージを `./os-brainux/setup_brainux.sh` の92行目あたりに追記します。
|
||||||
|
|
||||||
実際に追記した例を以下に示します。
|
実際に追記した例を以下に示します。
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
42 apt install -y dialog sudo \
|
81 apt install -y dialog sudo \
|
||||||
43 libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev \
|
82 libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev \
|
||||||
44 xserver-xorg xserver-xorg-video-fbdev xserver-xorg-dev xorg-dev x11-apps \
|
83 xserver-xorg xserver-xorg-video-fbdev xserver-xorg-dev xserver-xorg-input-evdev xinput-calibrator xorg-dev x11-apps x11-ico-dvd xinit \
|
||||||
45 openbox obconf obmenu \
|
84 jwm \
|
||||||
46 weston xwayland \
|
85 bash tmux vim htop \
|
||||||
47 bash tmux vim htop \
|
86 midori pcmanfm lxterminal xterm gnome-terminal fbterm uim-fep uim-anthy fonts-noto-cjk \
|
||||||
48 midori pcmanfm lxterminal xterm gnome-terminal fonts-noto-cjk \
|
87 dbus udev alsa-utils usbutils iw fake-hwclock systemd-timesyncd\
|
||||||
49 dbus udev build-essential flex bison pkg-config autotools-dev libtool autoconf automake \
|
88 build-essential flex bison pkg-config autotools-dev libtool autoconf automake device-tree-compiler \
|
||||||
50 python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
89 python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
||||||
51 resolvconf net-tools ssh openssh-client avahi-daemon
|
90 resolvconf net-tools ssh openssh-client avahi-daemon wget git \
|
||||||
+ 52 apt install -y fbterm uim-fep uim-mozc
|
91 network-manager zip neofetch sl python3-numpy ipython3 netsurf-gtk fcitx-anthy
|
||||||
|
+ 92 apt install -y uim-mozc
|
||||||
```
|
```
|
||||||
|
|
||||||
[SD カードへのコピー](/build/copy-sd-card/)に続く…
|
[SD カードへのコピー](/build/copy-sd-card/)に続く…
|
||||||
|
Loading…
x
Reference in New Issue
Block a user