RaphaelRochet / arch-update

Update indicator for ArchLinux and Gnome-Shell
https://extensions.gnome.org/extension/1010/archlinux-updates-indicator/
GNU General Public License v3.0
229 stars 69 forks source link

wiki error with the update command for yay #229

Closed Aviortheking closed 9 months ago

Aviortheking commented 9 months ago

When I copy the update command for yay it fail because there is no ' at the end of the line

before:

kgx -e '/bin/sh -c "yay ; echo Done - Press enter to exit; read"

after:

kgx -e '/bin/sh -c "yay ; echo Done - Press enter to exit; read"'

I can't edit the wiki so I created an issue :D

RaphaelRochet commented 9 months ago

Hi, you should be able to edit the wiki !

Aviortheking commented 9 months ago

Awesome ! I edited it to make it work !