Skip to content

Commit

Permalink
other attempt to downgrade pyglet
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Jul 29, 2024
1 parent f4d3cb8 commit afbc2cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ cp -R manifest rootfs/. ${BUILD_PATH}/
mkdir ${BUILD_PATH}/own_pkgs
mkdir ${BUILD_PATH}/extra_pkgs

rm -rf aur-pkgs/python-pyglet-2.0.16-1-any.pkg.tar.zst
cp -rv aur-pkgs/*.pkg.tar* ${BUILD_PATH}/extra_pkgs
cp -rv pkgs/*.pkg.tar* ${BUILD_PATH}/own_pkgs

Expand Down
3 changes: 0 additions & 3 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@ export FILES_TO_DELETE="\
"

postinstallhook() {
# Pyglet downgrade
pacman --noconfirm -U --overwrite '*' /extra_pkgs/python-pyglet-2.0.15-1-any.pkg.tar.zst
rm -rf /var/cache/pacman/pkg
# Add sudo permissions
sed -i '/%wheel ALL=(ALL:ALL) ALL/s/^# //g' /etc/sudoers
echo "${USERNAME} ALL=(ALL) NOPASSWD: /usr/bin/dmidecode -t 11
Expand Down

0 comments on commit afbc2cd

Please sign in to comment.