fix thingie kekw

pull/3/head
Matt C 3 years ago
parent 3e230c6ed6
commit 7312a03f6e

@ -1,7 +1,7 @@
# Maintainer: Matt C <mdc028[at]bucknell[dot]edu>
pkgname=citrine
pkgver=3.3.3
pkgver=3.3.5
pkgrel=1
pkgdesc="Crystal Linux Script for installing the system"
arch=('any')

@ -196,6 +196,11 @@ else
done
fi
if ! findmnt | grep /mnt; then
err "Seems like no partitions are mounted."
exit 1
fi
inf "Verifying network connection"
ping -c 1 google.com

Loading…
Cancel
Save