formatting

This commit is contained in:
Zac Holland
2023-12-18 13:14:04 -08:00
parent 8b128cf1e9
commit 002419edcc

View File

@@ -112,9 +112,12 @@ systemctl restart tailscaled &>/dev/null || echo "ERROR: Could not start tailsca
echo "done." echo "done."
if ! command -v tailscale &> /dev/null; then if ! command -v tailscale &> /dev/null; then
echo
echo "Tailscale is installed and running but the binaries are not in your path yet." echo "Tailscale is installed and running but the binaries are not in your path yet."
echo "Restart your session or run the following command to add them:" echo "Restart your session or run the following command to add them:"
echo "" && echo "source /etc/tailscale" && echo "" echo
echo "source /etc/tailscale"
echo
fi fi
echo "Installation Complete." echo "Installation Complete."