Skip to content

installer.sh: line 277: EDGE_GPG_KEY: unbound variable #266

Description

@adhuston

Hello,

Looks like things are getting closer with the installer script. I'm running into an issue when running the script though and see the following error message in the logs:

installer.sh: line 277: EDGE_GPG_KEY: unbound variable

The line in question is:

echo "deb [arch=$ARCH signed-by=$EDGE_GPG_KEY] https://packages.microsoft.com/repos/edge stable main"
| sudo tee /etc/apt/sources.list.d/microsoft-edge.list > /dev/null

Appears that the EDGE_GPG_KEY variable is not initialized.

I appreciate the work that has gone into this! Keep up the good work!

Thanks,
Andy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions