Skip to content

Commit

Permalink
correct use of outdated mesa transitional dummy packages
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 20, 2023
1 parent 826eb28 commit ca062c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Box86/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_packages libc6:armhf libstdc++6:armhf \
libssl1.1:armhf '|' libssl3:armhf libssh-gcrypt-4:armhf \
libcups2:armhf \
libgssapi-krb5-2:armhf libkrb5-3:armhf \
$rpi_arm_userspace $mesa_va_drivers libegl1-mesa:armhf libgl1-mesa-glx:armhf libgles2-mesa:armhf
$rpi_arm_userspace $mesa_va_drivers libegl1:armhf libglx-mesa0:armhf libgl1:armhf libgles2:armhf

sudo wget https://pi-apps-coders.github.io/box86-debs/box86.list -O /etc/apt/sources.list.d/box86.list
if [ $? != 0 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Minecraft Bedrock/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Get dependencies
install_packages curl libx11-6 libxext6 libegl1-mesa zlib1g libstdc++6 libgl1-mesa-dri libasound2 libcom-err2 libgmp10 libp11-kit0 || exit 1
install_packages curl libx11-6 libxext6 libegl1 zlib1g libstdc++6 libgl1-mesa-dri libasound2 libcom-err2 libgmp10 libp11-kit0 || exit 1

#Download file
mkdir -p ~/.local/bin || error "Could not make directory"
Expand Down
2 changes: 1 addition & 1 deletion apps/Minecraft Bedrock/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
get_model &>/dev/null
if [[ -z "$jetson_model" ]]; then
sudo dpkg --add-architecture armhf
install_packages curl libx11-6:armhf libxext6:armhf libegl1-mesa:armhf zlib1g:armhf libstdc++6:armhf libgl1-mesa-dri:armhf libasound2:armhf libpulse0:armhf libcom-err2:armhf libgmp10:armhf libp11-kit0:armhf libsystemd0:armhf || exit 1
install_packages curl libx11-6:armhf libxext6:armhf libegl1:armhf zlib1g:armhf libstdc++6:armhf libgl1-mesa-dri:armhf libasound2:armhf libpulse0:armhf libcom-err2:armhf libgmp10:armhf libp11-kit0:armhf libsystemd0:armhf || exit 1
fi

#Download file
Expand Down

0 comments on commit ca062c8

Please sign in to comment.