-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
bug: Invalid GPG signature for fig-headless #2645
Comments
Meanwhile;
Ref: linuxfordevices.com/tutorials/linux/fix-updating-from-such-a-repository-cant-be-done-securely-error |
I'm seeing the same thing on all my Debian and Ubuntu servers. |
same on ubuntu 22.04 in wsl2 |
Seems I may have let our repo signature lapse, very sorry about this! Will try to resolve this tomorrow and update the status. |
@grant0417 thanks for letting us know! these things happen |
I have increased the key's expiration, to get the new key run: curl -fsS https://repo.fig.io/scripts/apt/key.gpg | gpg --dearmor > /etc/apt/keyrings/fig.gpg Then you should be able to |
@grant0417 I get the following error when running the above curl command |
I also got this error and it disappeared when I switch to root |
I ran the command as sudo and got that error |
@stephanlamoureux
|
Thank you, that did the trick. |
Thankyou |
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
Fresh installation on Monday 24 July.
Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-76-generic x86_64)
Expected behaviour
The expected behaviour is for the Fig repository to install or update on ubuntu 20.04 using
curl -fSsL https://repo.fig.io/scripts/install-headless.sh | bash
orapt-get update
.Actual behaviour
Steps to reproduce
Install Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-76-generic x86_64)
Run
curl -fSsL https://repo.fig.io/scripts/install-headless.sh | bash
Environment
NA
The text was updated successfully, but these errors were encountered: