This commit is contained in:
BoHung Chiu 2022-08-31 20:10:15 +08:00
parent 956c2a8262
commit e9749f0e94
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ if [[ "$1" == "--status" ]]; then
echo "network interface: $interface"
echo "IPv4: $ipv4"
fi
exit 0;
fi
if [[ -z "$(which netplan)" ]]; then
echo "Your system is not support netplan!"