mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 18:41:34 -05:00
Update fedora.sh
This commit is contained in:
parent
a79a5c5d76
commit
1edcd2df3d
@ -1,2 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf install gnome-tweak-tool arc-theme -y
|
||||
sudo dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/x86_64/
|
||||
curl --proxy http://127.0.0.1:8082 https://brave-browser-rpm-release.s3.brave.com/brave-core.asc > brave-core.asc
|
||||
sudo rpm --import brave-core.asc
|
||||
rm -rf brave-core.asc
|
||||
|
Loading…
Reference in New Issue
Block a user