Fixed vpn install

This commit is contained in:
71Zombie 2021-10-25 09:50:22 -04:00
parent 1627351c1f
commit d06eb47275
3 changed files with 15 additions and 11 deletions

View File

@ -96,6 +96,7 @@ PKGS=(
'dosfstools' 'dosfstools'
'efibootmgr' # EFI boot 'efibootmgr' # EFI boot
'egl-wayland' 'egl-wayland'
'element-desktop-git' # Matrix client
'exfat-utils' 'exfat-utils'
'fail2ban' # Intrusion prevention 'fail2ban' # Intrusion prevention
'flex' 'flex'
@ -158,6 +159,7 @@ PKGS=(
'pulseaudio-alsa' 'pulseaudio-alsa'
'pulseaudio-bluetooth' 'pulseaudio-bluetooth'
'python-pip' 'python-pip'
'protonvpn'
'qemu' 'qemu'
'rsync' 'rsync'
'sddm' 'sddm'

View File

@ -89,10 +89,6 @@ makepkg -is
#sudo cp /tmp/portmaster-packaging/blob/master/linux/debian/portmaster.service /etc/systemd/system/ #sudo cp /tmp/portmaster-packaging/blob/master/linux/debian/portmaster.service /etc/systemd/system/
#sudo systemctl enable --now portmaster #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" echo -e "\nDone!\n"
exit exit

View File

@ -1,15 +1,26 @@
# BetterArch Installer Script # BetterArch Installer Script
<img src="https://i.imgur.com/YiNMnan.png" />
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.) 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 ## Create Arch ISO or Use Image
Download ArchISO from <https://archlinux.org/download/> and put on a USB drive with Ventoy or Etcher Download ArchISO from <https://archlinux.org/download/> 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 @ <https://www.christitus.com/arch-titus>
## Boot Arch ISO ## Boot Arch ISO
@ -34,8 +45,3 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal
```bash ```bash
sudo wifi-menu 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: <https://www.youtube.com/watch?v=IkMCtkDIhe8&list=PLc7fktTRMBowNaBTsDHlL6X3P3ViX3tYg>