Drawing: ensure not raspbian stretch

pull/891/head
Botspot 4 years ago
parent 29b55a3e35
commit 117d7deffb

@ -7,6 +7,11 @@ function error {
exit 1
}
#ensure not Raspbian Stretch
if [ "$(lsb_release -cs)" == stretch ];then
error "This app cannot be installed on Raspbian Stretch."
fi
#PACKAGES FOUND IN: https://launchpad.net/~cartes/+archive/ubuntu/ppa/+packages
rm -f ~/drawing.deb

Loading…
Cancel
Save