Open LightningRhino opened 3 years ago
Can anyone give me a hint how to start MS Edge Browser in the chroot environment? Installation via
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/ sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list' microsoft.gpg apt update apt install microsoft-edge-dev
was no problem. But I can't start Edge. I think I need a wrapper like the one for the Brave browser.
Trying to start /compat/ubuntu/opt/microsoft/msedge-dev/microsoft-edge-dev results in: sh: ./microsoft-edge-dev: not found
/compat/ubuntu/opt/microsoft/msedge-dev/microsoft-edge-dev
sh: ./microsoft-edge-dev: not found
Has anyone managed to run Edge?
/compat/ubuntu/opt/microsoft/msedge-dev/msedge .It's the correct path, remember to launch service linux onestart then service ubuntu restart. ;-)
Can anyone give me a hint how to start MS Edge Browser in the chroot environment? Installation via
was no problem. But I can't start Edge. I think I need a wrapper like the one for the Brave browser.
Trying to start
/compat/ubuntu/opt/microsoft/msedge-dev/microsoft-edge-dev
results in:sh: ./microsoft-edge-dev: not found
Has anyone managed to run Edge?