1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Create edge.sh

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-26 08:38:09 -04:00 committed by GitHub
parent 03b7dfa034
commit 71d59b0b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
fedora/edge.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
curl --proxy http://127.0.0.1:8082 -O https://packages.microsoft.com/keys/microsoft.asc
sudo rpm --import microsoft.asc
sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge
sudo dnf install -y microsoft-edge-stable