mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-02-23 12:15:14 +01:00
chore: add comments and formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user