From a56d29820a43ffb5c1c53ab67dc4327c5b448211 Mon Sep 17 00:00:00 2001 From: 71Zombie <76274154+71Zombie@users.noreply.github.com> Date: Sat, 23 Oct 2021 09:07:59 -0700 Subject: [PATCH] Firefox and bettercap --- 1-setup.sh | 3 ++- 2-user.sh | 2 +- 3-post-setup.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index d2a5ece..22e1428 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -61,6 +61,7 @@ PKGS=( 'automake' # build 'base' 'bash-completion' +'bettercap' # Netorking swiss army knife 'bind' 'binutils' 'bison' @@ -88,7 +89,7 @@ PKGS=( 'efibootmgr' # EFI boot 'egl-wayland' 'exfat-utils' -'fail2ban' # Intrusiopn prevention +'fail2ban' # Intrusion prevention 'flex' 'fuse2' 'fuse3' diff --git a/2-user.sh b/2-user.sh index f197c8b..1cb6274 100755 --- a/2-user.sh +++ b/2-user.sh @@ -27,6 +27,7 @@ PKGS=( 'awesome-terminal-fonts' 'brave-bin' # Brave Browser 'dxvk-bin' # DXVK DirectX to Vulcan +'firefox' 'github-desktop-bin' # Github Desktop sync 'lightly-git' 'mangohud' # Gaming FPS Counter @@ -66,7 +67,6 @@ sudo pacman -S libnetfilter_queue libappindicator-gtk3 git clone https://github.com/safing/portmaster-packaging cd portmaster-packaging/linux makepkg -is -sudo systemctl enable --now portmaster #mkdir -p /var/lib/portmaster #wget -O /tmp/portmaster-start https://updates.safing.io/latest/linux_amd64/start/portmaster-start diff --git a/3-post-setup.sh b/3-post-setup.sh index 0eaceae..5304e06 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -29,7 +29,7 @@ echo -e "\nEnabling other important services!" sudo systemctl enable ufw sudo systemctl enable fail2ban - +sudo systemctl enable --now portmaster # ------------------------------------------------------------------------