We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5846bc5 commit f0dfcb2Copy full SHA for f0dfcb2
1 file changed
install.sh
@@ -11,7 +11,7 @@ arq=$(uname -m)
11
if [ $os == "Linux" ]; then
12
13
# on Debian Linux distributions
14
- sudo apt-get update
+ # sudo apt-get update
15
# do we really want to upgrade? this could take a damn long time.
16
# sudo apt-get upgrade
17
@@ -26,7 +26,7 @@ if [ $os == "Linux" ]; then
26
# FOR NOW, CODE GOES HERE since we're shooting for RPi support
27
#
28
# ####
29
-
+
30
#install chromium from source if not available via apt-get
31
# Raspbian Jesse does not include chromium in apt-get
32
# if chromium is not where we expect it
0 commit comments