0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-29 18:21:16 +00:00

install_easy: rephrase

This commit is contained in:
bol-van 2025-05-30 10:54:20 +03:00
parent fa9e3c09f1
commit 893a133f86

View File

@ -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
}
}