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

apt update on Ubuntu may make the theos installer script exit #736

Closed
HMaker opened this issue May 4, 2023 · 1 comment · Fixed by #773
Closed

apt update on Ubuntu may make the theos installer script exit #736

HMaker opened this issue May 4, 2023 · 1 comment · Fixed by #773

Comments

@HMaker
Copy link

HMaker commented May 4, 2023

I tried following the installation guide but the installer script always exit at sudo apt update command. I have some broken apt repositories unrelated to theos, I guess this makes apt update exit the bash script. Weird.

I removed the sudo apt update command from the linux installer and it worked.

I am using Ubuntu 20.04.

@L1ghtmann
Copy link
Member

L1ghtmann commented May 8, 2023

Hey, thanks for reporting this! A potential solution could be to change the update command to always return true -- sudo apt update || true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants