File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ZIG_VERSION="0.13.0"
88PANDOC_VERSION=" 3.6.3"
99MINISIGN_VERSION=" 0.11"
1010SHARUN_VERSION=" v0.3.9"
11+ URUNTIME_VERSION=" v0.1.5"
1112
1213GITHUB_BASE=" https://github.com"
1314PANDOC_BASE=" ${GITHUB_BASE} /jgm/pandoc/releases/download/${PANDOC_VERSION} "
@@ -17,6 +18,7 @@ LLVM_BASE="${GITHUB_BASE}/pkgforge-dev/llvm-libs-debloated/releases/download/con
1718ZIG_URL=" https://ziglang.org/download/${ZIG_VERSION} /zig-linux-${ARCH} -${ZIG_VERSION} .tar.xz"
1819LIB4BIN_URL=" https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
1920SHARUN_URL=" ${GITHUB_BASE} /VHSgunzo/sharun/releases/download/${SHARUN_VERSION} /sharun-${ARCH} "
21+ URUNTIME_URL=" ${GITHUB_BASE} /VHSgunzo/uruntime/releases/download/${URUNTIME_VERSION} /uruntime-appimage-squashfs-lite-${ARCH} "
2022
2123case " ${ARCH} " in
2224" x86_64" )
@@ -85,6 +87,11 @@ if [ ! -f '/usr/local/bin/sharun' ]; then
8587 chmod +x /usr/local/bin/sharun
8688fi
8789
90+ if [ ! -f ' /usr/local/bin/uruntime' ]; then
91+ wget " ${URUNTIME_URL} " -O /usr/local/bin/uruntime
92+ chmod +x /usr/local/bin/uruntime
93+ fi
94+
8895if [ ! -f ' /opt/path-mapping.so' ]; then
8996 git clone https://github.com/fritzw/ld-preload-open.git
9097 (
You can’t perform that action at this time.
0 commit comments