Small fixes
This commit is contained in:
@@ -37,7 +37,7 @@ step_2() {
|
||||
exe apt-get source -b unrar-nonfree
|
||||
saveReturn $?
|
||||
endReturn
|
||||
exe dpkg -i unrar_*_armhf.deb
|
||||
exe dpkg -i unrar_*_arm64.deb
|
||||
exe rm -rf unrar-*
|
||||
}
|
||||
|
||||
|
@@ -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 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"; }
|
||||
|
Reference in New Issue
Block a user