Skip to content

Commit

Permalink
add pyglet downgrade to postinstallhook
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Jul 29, 2024
1 parent 8267db9 commit f4d3cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ 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 f4d3cb8

Please sign in to comment.