75
Linux updates tease Valve 'Galileo' and 'Sephiroth' - Steam Deck refresh? Or new VR?
(www.gamingonlinux.com)
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
From what I understand you're running the script posted here, right?
ArchWiki link on pacman hooks;
Manpage link for hook format.
What you need is a file - let's call it
stick-of-joy.hook
- in/etc/pacman.d/hooks
:Writing this up on the go, so might have missed a syntax error or something. Make sure the script is executable -
chmod +x /path/to/script
.You can test it by reinstalling the
linux
package -pacman -S linux
.