Skip to content

Commit b9b87ba

Browse files
committed
fix
1 parent a5e793b commit b9b87ba

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#DEBIAN_FRONTEND="noninteractive" apt install -f "${BASE_PKGS[@]}" -y --no-install-recommends --ignore-missing
3838
for pkg in "${BASE_PKGS[@]}"; do DEBIAN_FRONTEND="noninteractive" apt install -f "${pkg}" -y --no-install-recommends --ignore-missing 2>/dev/null; done
3939
#Cleanup
40+
curl -qfsSL "https://raw.githubusercontent.com/VHSgunzo/runimage-fake-sudo-pkexec/refs/heads/main/usr/bin/sudo" -o "/usr/bin/sudo" && chmod -v "a+x" "/usr/bin/sudo"
4041
apt purge locales perl -y ; apt autoremove -y ; apt autoclean -y
4142
apt list --installed
4243
apt clean -y

eweos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
#Fix & Patches
3131
echo -e "nameserver 8.8.8.8\nnameserver 2620:0:ccc::2" | tee "/etc/resolv.conf"
3232
echo -e "nameserver 1.1.1.1\nnameserver 2606:4700:4700::1111" | tee -a "/etc/resolv.conf"
33+
ln -sfr "${RIM_ROOTFS}/usr/lib/libc.so" "${RIM_ROOTFS}/usr/lib/ld-musl-x86_64.so.1"
34+
#curl -qfsSL "https://bin.pkgforge.dev/$(uname -m)/grep" -o "${RIM_ROOTFS}/sharun/shared/bin/grep"
35+
#curl -qfsSL "https://bin.pkgforge.dev/$(uname -m)/gawk" -o "${RIM_ROOTFS}/sharun/shared/bin/gawk"
3336
#Requirements
3437
BASE_PKGS=(bash binutils coreutils curl file findutils gawk gocryptfs grep gzip iproute2 iptables iputils jq kmod libnotify lsof lz4 nftables openresolv patchelf procps-ng slirp4netns sed socat tar util-linux which xorg-xhost xz zstd)
3538
pacman -Scc --noconfirm ; rm "/var/lib/pacman/sync/"*

ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#DEBIAN_FRONTEND="noninteractive" apt install -f "${BASE_PKGS[@]}" -y --no-install-recommends --ignore-missing
3838
for pkg in "${BASE_PKGS[@]}"; do DEBIAN_FRONTEND="noninteractive" apt install -f "${pkg}" -y --no-install-recommends --ignore-missing 2>/dev/null; done
3939
#Cleanup
40+
curl -qfsSL "https://raw.githubusercontent.com/VHSgunzo/runimage-fake-sudo-pkexec/refs/heads/main/usr/bin/sudo" -o "/usr/bin/sudo" && chmod -v "a+x" "/usr/bin/sudo"
4041
apt purge locales perl -y ; apt autoremove -y ; apt autoclean -y
4142
apt list --installed
4243
apt clean -y

0 commit comments

Comments
 (0)