File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/" *
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments