mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-13 03:32:16 -04:00
Create edge.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
03b7dfa034
commit
71d59b0b2d
1 changed files with 6 additions and 0 deletions
6
fedora/edge.sh
Normal file
6
fedora/edge.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue