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
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