mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
install.sh: fixed typo.
This commit is contained in:
@@ -48,9 +48,9 @@ else
|
||||
then
|
||||
if [ "$dotnetUpdate" = "yes" ]
|
||||
then
|
||||
echo ".NET 5 Runtime was updated succesfully!"
|
||||
echo ".NET 5 Runtime was updated successfully!"
|
||||
else
|
||||
echo ".NET 5 Runtime was installed succesfully!"
|
||||
echo ".NET 5 Runtime was installed successfully!"
|
||||
fi
|
||||
else
|
||||
echo "Failed to install .NET 5 Runtime. Please try again."
|
||||
@@ -99,7 +99,7 @@ then
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "Technitium DNS Server was installed succesfully!"
|
||||
echo "Technitium DNS Server was installed successfully!"
|
||||
echo "Open http://$(hostname):5380/ to access the web console."
|
||||
echo ""
|
||||
echo "Donate! Make a contribution by becoming a Patron: https://www.patreon.com/technitium"
|
||||
|
||||
Reference in New Issue
Block a user