Revert "Expanded error message to include note about Fedora 33+"

This reverts commit 70fa392abb1cdd4dc92f1b500b3f27b13fc6c80c.
This commit is contained in:
Jakob Frantzvåg Karlsmoen 2021-02-14 22:34:06 +01:00 committed by Rien Maertens
parent 55d3b2e80e
commit f5ece2ce25
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -96,7 +96,7 @@ ssh_cmd() {
if [ -f /etc/os-release ]; then if [ -f /etc/os-release ]; then
. /etc/os-release . /etc/os-release
OS=$NAME OS=$NAME
VER=$VERSION_ID VER=$VERSION_ID
fi fi
@ -116,7 +116,7 @@ remarkable_ip() {
# check if we are able to reach the remarkable # check if we are able to reach the remarkable
if ! ssh_cmd true; then if ! ssh_cmd true; then
echo "$remarkable unreachable or you have not set up an ssh key." 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." echo "https://github.com/rien/reStream/#installation for instructions."
exit 1 exit 1
fi fi