Browse Source

install_easy: rephrase

pull/1478/head
bol-van 2 months ago
parent
commit
893a133f86
  1. 2
      install_easy.sh

2
install_easy.sh

@ -68,7 +68,7 @@ check_source()
esac
[ "$bad" = 1 ] && {
echo 'some critical files are missing'
echo 'are you sure you are not using embedded release ? you need full version for traditional linux'
echo 'are you sure you are not using embedded release ? you need full version for traditional systems'
exitp 5
}
}

Loading…
Cancel
Save