From 7a1b8174ce66654ff0ed76249a2e88a2826cc0e0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 21 Sep 2024 16:29:41 -0400 Subject: [PATCH] Update install set BPSK as default mode --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index d4ce558a..6b26e078 100755 --- a/install +++ b/install @@ -71,7 +71,7 @@ if [ -f "$FILE" ]; then echo "$FILE exists." else echo "creating $FILE" - echo "f" > .mode + echo "b" > .mode fi cd