From 2d3ba2fb2e163b86a5f5e95280e4934bedabc5df Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sat, 4 Jul 2020 19:41:32 +0200 Subject: [PATCH] enablement/rules for ufw added as PostTrtFct --- repo_functions_ub1804.sh | 6 +++--- repo_functions_ub2004.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index 4e5c8fa..09db7ab 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -1143,12 +1143,12 @@ flatpak;flatpak_PostTrtFct gcc8;gcc8_PostTrtFct ruby-dev;ruby-dev_PostTrtFct virtualbox-6.1;virtualbox-6.1_PostTrtFct -numlockx;numlockx_PostTrtFct" +gufw;gufw_PostTrtFct" # -# numlockx +# ufw enablement + add rules # -function numlockx_PostTrtFct () { +function gufw_PostTrtFct () { runCmd "sudo ufw enable"\ "enabling UFW at boot" diff --git a/repo_functions_ub2004.sh b/repo_functions_ub2004.sh index 0209bf2..c3491c8 100644 --- a/repo_functions_ub2004.sh +++ b/repo_functions_ub2004.sh @@ -1023,12 +1023,12 @@ megasync;megasync_PostTrtFct flatpak;flatpak_PostTrtFct ruby-dev;ruby-dev_PostTrtFct virtualbox;virtualbox_PostTrtFct -numlockx;numlockx_PostTrtFct" +gufw;gufw_PostTrtFct" # -# numlockx +# ufw enablement + add rules # -function numlockx_PostTrtFct () { +function gufw_PostTrtFct () { runCmd "sudo ufw enable"\ "enabling UFW at boot"