From 584bc40189af35525fcdefc2f34833d454a1a84f Mon Sep 17 00:00:00 2001 From: John Wiggins Date: Wed, 27 Jul 2022 12:20:29 -0600 Subject: [PATCH] Set spipi to new name instead of IP address Improved config script so the spipi config file doesn't have to be updated with the IP address of the raspberry pi. --- scripts/_spipi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_spipi.sh b/scripts/_spipi.sh index c6a2585..a405a33 100644 --- a/scripts/_spipi.sh +++ b/scripts/_spipi.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SPIPI=${SPIPI:-"ubuntu@10.17.89.179"} +SPIPI=${SPIPI:-"system76@spipi.local"} if [ ! -d "models/${MODEL}" ] then