mirror of
https://github.com/brain-hackers/buildbrain
synced 2026-03-29 09:11:08 +09:00
Compare commits
5 Commits
2022-05-10
...
2022-05-17
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e15ce44891 | ||
|
|
0509bbbe6f | ||
|
|
a2295ecb55 | ||
|
|
07c32f712f | ||
|
|
89b4c120a2 |
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -3,13 +3,13 @@
|
|||||||
url = https://github.com/brain-hackers/u-boot-brain.git
|
url = https://github.com/brain-hackers/u-boot-brain.git
|
||||||
[submodule "linux-brain"]
|
[submodule "linux-brain"]
|
||||||
path = linux-brain
|
path = linux-brain
|
||||||
url = https://github.com/brain-hackers/linux-brain
|
url = https://github.com/brain-hackers/linux-brain.git
|
||||||
[submodule "nkbin_maker"]
|
[submodule "nkbin_maker"]
|
||||||
path = nkbin_maker
|
path = nkbin_maker
|
||||||
url = https://github.com/brain-hackers/nkbin_maker.git
|
url = https://github.com/brain-hackers/nkbin_maker.git
|
||||||
[submodule "boot4u"]
|
[submodule "boot4u"]
|
||||||
path = boot4u
|
path = boot4u
|
||||||
url = https://github.com/brain-hackers/boot4u
|
url = https://github.com/brain-hackers/boot4u.git
|
||||||
[submodule "brainlilo"]
|
[submodule "brainlilo"]
|
||||||
path = brainlilo
|
path = brainlilo
|
||||||
url = git@github.com:brain-hackers/brainlilo.git
|
url = https://github.com/brain-hackers/brainlilo.git
|
||||||
|
|||||||
@@ -61,7 +61,8 @@ DEBIAN_FRONTEND=noninteractive \
|
|||||||
dbus udev alsa-utils usbutils iw fake-hwclock\
|
dbus udev alsa-utils usbutils iw fake-hwclock\
|
||||||
build-essential flex bison pkg-config autotools-dev libtool autoconf automake device-tree-compiler \
|
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 git
|
resolvconf net-tools ssh openssh-client avahi-daemon curl wget git \
|
||||||
|
network-manager zip neofetch sl python3-numpy ipython3 netsurf-gtk
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt install -y --install-recommends fcitx-anthy
|
apt install -y --install-recommends fcitx-anthy
|
||||||
|
|||||||
Reference in New Issue
Block a user