We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde42d2 commit 6a5113cCopy full SHA for 6a5113c
fix_bootstrap_symlinks.sh
@@ -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