Firefox and bettercap

This commit is contained in:
71Zombie 2021-10-23 09:07:59 -07:00
parent 4e4920da5f
commit a56d29820a
3 changed files with 4 additions and 3 deletions

View File

@ -61,6 +61,7 @@ PKGS=(
'automake' # build 'automake' # build
'base' 'base'
'bash-completion' 'bash-completion'
'bettercap' # Netorking swiss army knife
'bind' 'bind'
'binutils' 'binutils'
'bison' 'bison'
@ -88,7 +89,7 @@ PKGS=(
'efibootmgr' # EFI boot 'efibootmgr' # EFI boot
'egl-wayland' 'egl-wayland'
'exfat-utils' 'exfat-utils'
'fail2ban' # Intrusiopn prevention 'fail2ban' # Intrusion prevention
'flex' 'flex'
'fuse2' 'fuse2'
'fuse3' 'fuse3'

View File

@ -27,6 +27,7 @@ PKGS=(
'awesome-terminal-fonts' 'awesome-terminal-fonts'
'brave-bin' # Brave Browser 'brave-bin' # Brave Browser
'dxvk-bin' # DXVK DirectX to Vulcan 'dxvk-bin' # DXVK DirectX to Vulcan
'firefox'
'github-desktop-bin' # Github Desktop sync 'github-desktop-bin' # Github Desktop sync
'lightly-git' 'lightly-git'
'mangohud' # Gaming FPS Counter 'mangohud' # Gaming FPS Counter
@ -66,7 +67,6 @@ sudo pacman -S libnetfilter_queue libappindicator-gtk3
git clone https://github.com/safing/portmaster-packaging git clone https://github.com/safing/portmaster-packaging
cd portmaster-packaging/linux cd portmaster-packaging/linux
makepkg -is makepkg -is
sudo systemctl enable --now portmaster
#mkdir -p /var/lib/portmaster #mkdir -p /var/lib/portmaster
#wget -O /tmp/portmaster-start https://updates.safing.io/latest/linux_amd64/start/portmaster-start #wget -O /tmp/portmaster-start https://updates.safing.io/latest/linux_amd64/start/portmaster-start

View File

@ -29,7 +29,7 @@ echo -e "\nEnabling other important services!"
sudo systemctl enable ufw sudo systemctl enable ufw
sudo systemctl enable fail2ban sudo systemctl enable fail2ban
sudo systemctl enable --now portmaster
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------