A small extension that adds buttons to the panel to check for APT updates through the terminal without entering commands.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Rejected |
Thanks for fixing the issues. btw, I think you don't need `pkexec apt update && pkexec apt upgrade -y` because upgrade automatically calls update in the recent Ubuntu versions (+20.04). IMO `pkexec apt upgrade -y` would be enough. I don't have Ubuntu to test but you can test that yourself.