Skip to content

Commit ff79c39

Browse files
author
Panagiotis
authored
Merge pull request #29 from whirlpoolllll/master
fixed alpine nonsense
2 parents f283280 + 93c9a4d commit ff79c39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/userland/ports.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ fi
5757
source "${SCRIPTPATH}/../shared/chroot.sh"
5858
chroot_establish "$USR_PATHNAME/../"
5959
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"
60-
sudo chroot "target/" /bin/bash --login -c "apk add netsurf quakespasm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/"
60+
sudo chroot "target/" /bin/bash --login -c "apk add netsurf --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/"
61+
sudo chroot "target/" /bin/bash --login -c "apk add quakespasm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/"
6162
chroot_drop "$USR_PATHNAME/../"
6263

6364
# Empty for the time being

0 commit comments

Comments
 (0)