Francklin2 / RTKLIB_Touchscreen_GUI

RTKLIB GUI for Raspberry Pi with touchscreen made with Qt by the ENSG students
175 stars 63 forks source link

duplicate 'install' in apt-get command in build script #25

Closed benreh closed 7 years ago

benreh commented 7 years ago

Your line has a duplicate "install" in the apt-get command:

sudo apt-get install --assume-yes libxtst-dev build-essential libqt4-dev qt4-qmake libqt4-core libqt4-gui --->install<--- libqt4-xml libqt4

I would also suggest to add a set -e at the beginning of the shell script so it aborts if a command fails. It is more obvious then, that somethings went wrong.

Thanks!

kikislater commented 7 years ago

Done. Thank you

https://github.com/Francklin2/RTKLIB_Touchscreen_GUI/commit/a8512eb2c2343b48f7ad967dfd5775323735a8af