Commit 893a133f authored by bol-van's avatar bol-van
Browse files

install_easy: rephrase

parent fa9e3c09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
       }
}