From 93c9a4df45e8534458efbaf3cdd0a01a53e89350 Mon Sep 17 00:00:00 2001 From: The Storm b4 The Calm <56097629+whirlpoolllll@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:15:42 -0400 Subject: [PATCH] dhfjkashdjkfhlajksdf --- tools/userland/ports.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/userland/ports.sh b/tools/userland/ports.sh index f9cb18d6..78debe61 100755 --- a/tools/userland/ports.sh +++ b/tools/userland/ports.sh @@ -57,7 +57,8 @@ fi source "${SCRIPTPATH}/../shared/chroot.sh" chroot_establish "$USR_PATHNAME/../" sudo chroot "target/" /bin/bash --login -c "apk add coreutils tzdata procps vim findutils diffutils patch grep sed gawk gzip xz make file tar nasm python3 gcc musl-dev pciutils fastfetch figlet xorg-server xinit xf86-input-evdev xf86-video-fbdev twm xsetroot xeyes nedit xclock mesa-gl mesa-utils mesa-vulkan-swrast mesa-dri-gallium st curl htop feh links hexchat scrot xcalc mpv thunar" -sudo chroot "target/" /bin/bash --login -c "apk add netsurf quakespasm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/" +sudo chroot "target/" /bin/bash --login -c "apk add netsurf --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/" +sudo chroot "target/" /bin/bash --login -c "apk add quakespasm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/" chroot_drop "$USR_PATHNAME/../" # Empty for the time being