Skip to content

Commit 6a5113c

Browse files
committed
Create fix_bootstrap_symlinks.sh
1 parent cde42d2 commit 6a5113c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fix_bootstrap_symlinks.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#fix updatelinks.sh failed when re-jailbreaking due to broken bootstrap symlinks
2+
#run this script in filza installed in trollstore
3+
4+
set JBROOT $(find /var/containers/Bundle/Application -maxdepth 1 -name ".jbroot-*")
5+
6+
ln -sf .jbroot/usr/bin/dash $JBROOT/bin/sh
7+
ln -sf .jbroot/usr/bin/dash $JBROOT/usr/bin/sh
8+
9+
echo "fix completed"

0 commit comments

Comments
 (0)