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
echo deb [signed-by=/usr/local/share/keyrings/edgedb-keyring.gpg]\
isn't right. The [ and ] need to be escaped, or the whole thing quoted, or something. Maybe there's some shell it'll work with, but for the bourne shells, it'll be turned into any of the one-character filenames whose names match one of the characters in "signed-by=/usr/local/share/keyrings/edgedb-keyring.gpg", if you have one. Otherwise it will fail.
The text was updated successfully, but these errors were encountered:
The line
isn't right. The [ and ] need to be escaped, or the whole thing quoted, or something. Maybe there's some shell it'll work with, but for the bourne shells, it'll be turned into any of the one-character filenames whose names match one of the characters in "signed-by=/usr/local/share/keyrings/edgedb-keyring.gpg", if you have one. Otherwise it will fail.
The text was updated successfully, but these errors were encountered: