From f5ece2ce251e4f23a3bf900ea1f17b354b980bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Frantzv=C3=A5g=20Karlsmoen?= Date: Sun, 14 Feb 2021 22:34:06 +0100 Subject: [PATCH] Revert "Expanded error message to include note about Fedora 33+" This reverts commit 70fa392abb1cdd4dc92f1b500b3f27b13fc6c80c. --- reStream.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reStream.sh b/reStream.sh index cafd9ed..65efd5b 100755 --- a/reStream.sh +++ b/reStream.sh @@ -96,7 +96,7 @@ ssh_cmd() { if [ -f /etc/os-release ]; then . /etc/os-release - OS=$NAME + OS=$NAME VER=$VERSION_ID fi @@ -116,7 +116,7 @@ remarkable_ip() { # check if we are able to reach the remarkable if ! ssh_cmd true; then echo "$remarkable unreachable or you have not set up an ssh key." - echo "If you see a 'Permission denied' error or is using Fedora 33+, please visit" + echo "If you see a 'Permission denied' error, please visit" echo "https://github.com/rien/reStream/#installation for instructions." exit 1 fi