ubuntu 安装edge
This commit is contained in:
parent
e9c07e62d3
commit
57ecb172da
11
ubuntu安装edge.md
Normal file
11
ubuntu安装edge.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# ubuntu安装edge
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
|
||||||
|
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
|
||||||
|
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
|
||||||
|
sudo rm microsoft.gpg
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install microsoft-edge-dev
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user