chore: add comments and formatting

This commit is contained in:
openoms
2024-03-13 12:37:24 +01:00
parent 40de67889e
commit df75eaa016
4 changed files with 38 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
# once tailscale is installed and logged in use this to copy the config to the data disk:
# sudo cp -R /var/lib/tailscale /mnt/hdd/app-data/
# these commands can be put in the custom-installs.sh
echo "# Install Tailscale"
mv /var/lib/tailscale /var/lib/tailscale.backup
curl -fsSL https://tailscale.com/install.sh | sh