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"