mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-17 04:34:39 +03:00
blockcheck: print PRETTY_NAME from /etc/os-release
This commit is contained in:
@@ -412,6 +412,10 @@ check_system()
|
||||
else
|
||||
uname -a
|
||||
fi
|
||||
[ -f /etc/os-release ] && {
|
||||
. /etc/os-release
|
||||
[ -n "$PRETTY_NAME" ] && echo "distro: $PRETTY_NAME"
|
||||
}
|
||||
echo firewall type is $FWTYPE
|
||||
echo CURL=$CURL
|
||||
$CURL --version
|
||||
|
||||
Reference in New Issue
Block a user