Small fixes

This commit is contained in:
2025-08-25 17:14:29 +02:00
parent 345de0c05f
commit c30446191f
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ step_2() {
exe apt-get source -b unrar-nonfree exe apt-get source -b unrar-nonfree
saveReturn $? saveReturn $?
endReturn endReturn
exe dpkg -i unrar_*_armhf.deb exe dpkg -i unrar_*_arm64.deb
exe rm -rf unrar-* exe rm -rf unrar-*
} }

View File

@@ -59,7 +59,7 @@ step_22() {
exe ufw deny in from "${1}" to 224.0.0.0/4 comment 'Broadcast Fritzbox' exe ufw deny in from "${1}" to 224.0.0.0/4 comment 'Broadcast Fritzbox'
exe ufw deny in from "${1}" to 239.0.0.0/8 comment 'Broadcast Fritzbox' exe ufw deny in from "${1}" to 239.0.0.0/8 comment 'Broadcast Fritzbox'
exe ufw deny in from "${1}" to any port 80 proto tcp commen 'Webcheck Fritzbox' exe ufw deny in from "${1}" to any port 80 proto tcp comment 'Webcheck Fritzbox'
} }
step_23_info() { echo "Deny IPv6 multicast"; } step_23_info() { echo "Deny IPv6 multicast"; }