Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tools/userland/ports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down