We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8041e56 commit 2698061Copy full SHA for 2698061
install.sh
@@ -20,13 +20,15 @@ if [ $os == "Linux" ]; then
20
# FOR NOW, CODE GOES HERE since we're shooting for RPi support
21
#
22
# ####
23
-
+ echo "armv7l"
24
25
26
else
27
# Non-arm7 Debian...
28
+ echo "non armv7l"
29
fi
30
31
elif [ $os == "Darwin" ]; then
32
# OSX
33
+ echo "osx"
34
uninstall.sh
@@ -12,21 +12,23 @@ if [ $os == "Linux" ]; then
12
13
# on Debian Linux distributions
14
15
- # on RaspberryPi
16
if [ $arq == "armv7l" ]; then
+ # on RaspberryPi
17
18
19
0 commit comments