Skip to content

Commit

Permalink
Fix commands order
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jun 15, 2021
1 parent 0e76787 commit 6aa575c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/realtimepi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ install_cleanup_trap
wget https://github.com/kdoren/linux/releases/download/5.10.35-rt39-scarlett-2/linux-image-5.10.35-rt39-v7l+_5.10.35-8_armhf.deb
wget https://github.com/kdoren/linux/releases/download/5.10.35-rt39-scarlett-2/linux-libc-dev_5.10.35-8_armhf.deb

dpkg -i *.deb

KERN=5.10.35-rt39-v7l+
mkdir -p /boot/$KERN/overlays/
cp -d /usr/lib/linux-image-$KERN/overlays/* /boot/$KERN/overlays/
Expand All @@ -32,6 +34,5 @@ overlay_prefix=overlays/
[all]
EOF

dpkg -i *.deb
rm -v *.deb

0 comments on commit 6aa575c

Please sign in to comment.