Firefox and bettercap
This commit is contained in:
parent
4e4920da5f
commit
a56d29820a
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ echo -e "\nEnabling other important services!"
|
|||
|
||||
sudo systemctl enable ufw
|
||||
sudo systemctl enable fail2ban
|
||||
|
||||
sudo systemctl enable --now portmaster
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue