Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup.sh: Implement a work around when apt update not works #7645

Open
xavisolesoft opened this issue May 15, 2024 · 0 comments
Open

Setup.sh: Implement a work around when apt update not works #7645

xavisolesoft opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@xavisolesoft
Copy link
Contributor

xavisolesoft commented May 15, 2024

Some users cannot successfully execute the command sudo apt update. Even though this is an Ubuntu maintenance problem, we can try to continue the script when sudo apt update fails as in few cases is possible to run sudo apt install but not sudo apt update if apt is already up-to-date.

Example of this error
Image

Fixed by the command
sudo rm /etc/apt/sources.list.d/archive_uri-ppa_graphics-drivers-jammy.list

@xavisolesoft xavisolesoft self-assigned this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants