Skip to content

Commit

Permalink
added portmaster
Browse files Browse the repository at this point in the history
  • Loading branch information
freddii committed Aug 27, 2023
1 parent ccf01c5 commit e62db9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debkiss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ response=$(dialog --stdout --title setup-linux-nogui \
"INTERNET-tmate" "" off \
"INTERNET-tmate32" "" off \
"INTERNET-tmate-pi" "" off \
"INTERNET-portmaster" "" off \
"MESSENGER-discord" "messenger discord" off \
"MESSENGER-telegram-desktop" "messenger telegram" off \
"MESSENGER-kontalk-desktop" "messenger kontalk" off \
Expand Down Expand Up @@ -447,6 +448,7 @@ for word in $response ; do
INTERNET-tmate) program_installer "tmate" ;;
INTERNET-tmate32) program_installer "tmate32" ;;
INTERNET-tmate-pi) program_installer "tmate-pi" ;;
INTERNET-portmaster) program_installer "portmaster" ;;
MESSENGER-discord) program_installer "discord" ;;
MESSENGER-telegram-desktop) program_installer "telegram-desktop" ;;
MESSENGER-kontalk-desktop) program_installer "kontalk-desktop" ;;
Expand Down
2 changes: 1 addition & 1 deletion install_cudatext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo apt-get install -f -y
rm cudatext_amd64.deb
#
#
folder_name="cudatext"
#folder_name="cudatext"
#
#if [ -d "/home/$USER/programs_setup/$folder_name" ]; then
# cd /home/$USER/
Expand Down
10 changes: 10 additions & 0 deletions install_portmaster.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
#to run this script go into the folder where it is then run: ./install_portmaster.sh

set -eu
#
cd /tmp
wget -O portmaster-installer.deb https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb
sudo dpkg -i portmaster-installer.deb
sudo apt-get install -f -y
rm portmaster-installer.deb

0 comments on commit e62db9d

Please sign in to comment.