Fix
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo curl --proxy http://127.0.0.1:8082 -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
|
||||
sudo apt update
|
||||
sudo apt install --no-install-recommends brave-browser
|
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt install --no-install-recommends 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" | sudo tee -a /etc/hosts
|
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl --proxy http://127.0.0.1:8082/ -O https://protonvpn.com/download/protonvpn-stable-release_1.0.1-1_all.deb
|
||||
sudo apt install --no-install-recommends ./protonvpn-stable-release_1.0.1-1_all.deb -y
|
||||
sudo apt update
|
||||
sudo apt install --no-install-recommends protonvpn -y
|
3
kicksecure/vlc.sh
Normal file
3
kicksecure/vlc.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt install --no-install-recommends vlc -y
|
Reference in New Issue
Block a user