From d06eb47275b135739d3a05781e1fbc24ecd77c5c Mon Sep 17 00:00:00 2001 From: 71Zombie <76274154+71Zombie@users.noreply.github.com> Date: Mon, 25 Oct 2021 09:50:22 -0400 Subject: [PATCH] Fixed vpn install --- 1-setup.sh | 2 ++ 2-user.sh | 4 ---- README.md | 20 +++++++++++++------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index fd2689a..5f575c4 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -96,6 +96,7 @@ PKGS=( 'dosfstools' 'efibootmgr' # EFI boot 'egl-wayland' +'element-desktop-git' # Matrix client 'exfat-utils' 'fail2ban' # Intrusion prevention 'flex' @@ -158,6 +159,7 @@ PKGS=( 'pulseaudio-alsa' 'pulseaudio-bluetooth' 'python-pip' +'protonvpn' 'qemu' 'rsync' 'sddm' diff --git a/2-user.sh b/2-user.sh index c70ce2f..18c3fd2 100755 --- a/2-user.sh +++ b/2-user.sh @@ -89,10 +89,6 @@ makepkg -is #sudo cp /tmp/portmaster-packaging/blob/master/linux/debian/portmaster.service /etc/systemd/system/ #sudo systemctl enable --now portmaster -echo -e "\nInstalling ProtonVPN\n" -sudo pacman -Syu libappindicator-gtk3 gnome-shell-extension-appindicator -sudo pamac update --force-refresh -pamac build protonvpn echo -e "\nDone!\n" exit diff --git a/README.md b/README.md index 23f420c..5cdff18 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,26 @@ # BetterArch Installer Script - This README contains the steps I do to install and configure a fully-functional Arch Linux installation containing a desktop environment, all the support packages (network, bluetooth, audio, printers, etc.), along with all my preferred applications and utilities. The shell scripts in this repo allow the entire process to be automated.) +## Hardened Arch Linux + +- Linux-Hardened kernel +- Linux-Hardened headers +- Fail2ban +- ProtonVPN +- Fail2ban +- UFW +- Portsmaster + + +_Comes preinstalled with pentesting tools_ + --- ## Create Arch ISO or Use Image Download ArchISO from and put on a USB drive with Ventoy or Etcher -If you don't want to build using this script I did create an image @ ## Boot Arch ISO @@ -34,8 +45,3 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal ```bash sudo wifi-menu ``` - -## Credits - -- Original packages script was a post install cleanup script called ArchMatic located here: https://github.com/rickellis/ArchMatic -- Thank you to all the folks that helped during the creation from YouTube Chat! Here are all those Livestreams showing the creation: