Merge pull request #11 from brain-hackers/update

Update
This commit is contained in:
Takumi Sueda
2021-02-24 00:01:36 +09:00
committed by GitHub
3 changed files with 7 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ for i in $(seq 1 6); do
esac
done
dd if=/dev/zero of=${IMG} bs=1M count=2048
dd if=/dev/zero of=${IMG} bs=1M count=3072
START1=2048
SECTORS1=$((1024 * 1024 * 64 / 512))

View File

@@ -54,9 +54,12 @@ DEBIAN_FRONTEND=noninteractive \
alsa-utils \
bash tmux vim htop \
midori pcmanfm lxterminal xterm gnome-terminal fonts-noto-cjk \
dbus udev build-essential flex bison pkg-config autotools-dev libtool autoconf automake \
dbus udev 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 \
resolvconf net-tools ssh openssh-client avahi-daemon
resolvconf net-tools ssh openssh-client avahi-daemon curl wget
# Fix Midori launch failure
sudo update-mime-database /usr/share/mime
# Get wild
cat <<EOF > /etc/apt/sources.list