You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install and uninstall buttons should execute actual package management commands like pacman -S <package> and pacman -R <package>
Currently, they just mock the process and need to be connected to real commands, that actually run on the system.
Additionally, make the terminal write-into :)
The text was updated successfully, but these errors were encountered:
The install and uninstall buttons should execute actual package management commands like
pacman -S <package>
andpacman -R <package>
Currently, they just mock the process and need to be connected to real commands, that actually run on the system.
Additionally, make the terminal write-into :)
The text was updated successfully, but these errors were encountered: