Skip to content

Commit 6aa575c

Browse files
committed
Fix commands order
1 parent 0e76787 commit 6aa575c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/modules/realtimepi/start_chroot_script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ install_cleanup_trap
1414
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
1515
wget https://github.com/kdoren/linux/releases/download/5.10.35-rt39-scarlett-2/linux-libc-dev_5.10.35-8_armhf.deb
1616

17+
dpkg -i *.deb
18+
1719
KERN=5.10.35-rt39-v7l+
1820
mkdir -p /boot/$KERN/overlays/
1921
cp -d /usr/lib/linux-image-$KERN/overlays/* /boot/$KERN/overlays/
@@ -32,6 +34,5 @@ overlay_prefix=overlays/
3234
[all]
3335
EOF
3436

35-
dpkg -i *.deb
3637
rm -v *.deb
3738

0 commit comments

Comments
 (0)