summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyfettes2020-11-11 00:02:05 +0800
committertonyfettes2020-11-11 00:02:05 +0800
commitb7827b60e753f0d26391d570b49f009baacdd4c8 (patch)
tree5bc10975331963721cfa20e3cfe8e2bf058f001c
parent679153d713a879d206945b938475b85ab9d5c948 (diff)
downloadaur-b7827b60e753f0d26391d570b49f009baacdd4c8.tar.gz
Update argonone.install to match binary files
-rw-r--r--argonone.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/argonone.install b/argonone.install
index 736a9cdf41c0..13e82875614a 100644
--- a/argonone.install
+++ b/argonone.install
@@ -1,6 +1,6 @@
pre_install() {
echo "Checking Hardware Model..."
- if [[ $(grep "Raspberry Pi 3" /proc/device-tree/model) || $(grep "Raspberry Pi 4" /proc/device-tree/model) ]] ; then
+ if [[ $(grep -a "Raspberry Pi 3" /proc/device-tree/model) || $(grep -a "Raspberry Pi 4" /proc/device-tree/model) ]] ; then
echo "Building New Virtual Environment in /opt/argonone..."
python -m venv --clear /opt/argonone
/opt/argonone/bin/python3 -m pip install --upgrade pip