Skip to content

Commit

Permalink
Create fix_bootstrap_symlinks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed Dec 4, 2024
1 parent cde42d2 commit 6a5113c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fix_bootstrap_symlinks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#fix updatelinks.sh failed when re-jailbreaking due to broken bootstrap symlinks
#run this script in filza installed in trollstore

set JBROOT $(find /var/containers/Bundle/Application -maxdepth 1 -name ".jbroot-*")

ln -sf .jbroot/usr/bin/dash $JBROOT/bin/sh
ln -sf .jbroot/usr/bin/dash $JBROOT/usr/bin/sh

echo "fix completed"

0 comments on commit 6a5113c

Please sign in to comment.