Update install set BPSK as default mode

release
Alan Johnston 1 year ago committed by GitHub
parent 928d86589a
commit 7a1b8174ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,7 +71,7 @@ if [ -f "$FILE" ]; then
echo "$FILE exists." echo "$FILE exists."
else else
echo "creating $FILE" echo "creating $FILE"
echo "f" > .mode echo "b" > .mode
fi fi
cd cd

Loading…
Cancel
Save

Powered by TurnKey Linux.