Skip to content

Commit

Permalink
Update start_chroot_script
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 17, 2024
1 parent f751d1f commit ef6c83d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/modules/cube/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ chmod go-rwx /root/.ssh
treehouses sshkey github adduser dogi
treehouses sshkey github adduser mutugiii
treehouses sshkey github adduser okuro3499
treehouses sshkey github adduser louhdy
treehouses sshkey github adduser lanxel97
treehouses sshkey github adduser wesitos
treehouses sshkey github adduser lmmrssa
treehouses sshkey github adduser xyb994
treehouses sshkey github adduser hirotochigi
treehouses sshkey github adduser BryanGazali
cp -R /root/.ssh /home/"${BASE_USER}"
Expand All @@ -90,17 +87,17 @@ unpack /filesystem/root /
# hack
systemctl enable rpibluetooth

echo "deb http://deb.debian.org/debian/ sid main" > /etc/apt/sources.list.d/sid.list
apt update
#echo "deb http://deb.debian.org/debian/ sid main" > /etc/apt/sources.list.d/sid.list
#apt update

postinstall=(
dhcpcd5 # network
#pi-bluetooth userconf-pi #raspberrypi-sys-mods # misc
)
apt install -y "${postinstall[@]}"

rm /etc/apt/sources.list.d/sid.list
apt update
#rm /etc/apt/sources.list.d/sid.list
#apt update

# cleanup
apt clean
Expand Down

0 comments on commit ef6c83d

Please sign in to comment.