mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-24 14:15:15 -04:00
Update
This commit is contained in:
parent
f5c8a68cc3
commit
2b024242ef
6 changed files with 15 additions and 21 deletions
|
@ -2,12 +2,7 @@
|
|||
|
||||
sudo dnf remove firefox thunderbird totem gnome-remote-desktop gnome-calendar gnome-disk-utility gnome-calculators gnome-weather gnome-contacts gnome-clocks gnome-maps gnome-screenshot gnome-logs gnome-character gnome-font-viewer gnome-color-manager simple-scan keepassxc cheese baobab yelp evince* gedit httpd mozilla* -y
|
||||
sudo dnf autoremove -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
|
||||
echo "gpgcheck=1" | sudo tee /etc/yum.repos.d/brave-browser-rpm-release.s3.brave.com_x86_64_.repo
|
||||
sudo dnf install brave-browser qubes-u2f qubes-gpg-split arc-theme qt5ct qt5-qtstyleplugins ntfs-3g exfatprogs -y
|
||||
sudo dnf install qubes-u2f qubes-gpg-split arc-theme qt5ct qt5-qtstyleplugins ntfs-3g exfatprogs -y
|
||||
echo "countme=false" | sudo tee -a /etc/dnf/dnf.conf
|
||||
|
||||
git config --global http.proxy http://127.0.0.1:8082
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo dnf install nextcloud-client
|
||||
|
||||
#Adding a DNS entry for my Nextcloud server here so I can add a Firewall rule locking the AppVM to only being able to connect to my server.
|
||||
echo "5.226.143.92 cloud.tommytran.io" >> /etc/hosts
|
Loading…
Add table
Add a link
Reference in a new issue