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 983d8db commit 766d0cbCopy full SHA for 766d0cb
setup.sh
@@ -97,6 +97,9 @@ rm -rf /usr/local/bin/uruntime
97
wget "${URUNTIME_URL}" -O /usr/local/bin/uruntime
98
chmod +x /usr/local/bin/uruntime
99
100
+# keep the uruntime mountpoint (speeds up launch time)
101
+sed -i 's|URUNTIME_MOUNT=[0-9]|URUNTIME_MOUNT=0|' /usr/local/bin/uruntime
102
+
103
# ld-preload-open: https://github.com/fritzw/ld-preload-open
104
rm -rf /opt/path-mapping.so
105
git clone https://github.com/fritzw/ld-preload-open.git
0 commit comments