Skip to content

Commit f0dfcb2

Browse files
committed
Remove apt-get update
1 parent 5846bc5 commit f0dfcb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ arq=$(uname -m)
1111
if [ $os == "Linux" ]; then
1212

1313
# on Debian Linux distributions
14-
sudo apt-get update
14+
# sudo apt-get update
1515
# do we really want to upgrade? this could take a damn long time.
1616
# sudo apt-get upgrade
1717

@@ -26,7 +26,7 @@ if [ $os == "Linux" ]; then
2626
# FOR NOW, CODE GOES HERE since we're shooting for RPi support
2727
#
2828
# ####
29-
29+
3030
#install chromium from source if not available via apt-get
3131
# Raspbian Jesse does not include chromium in apt-get
3232
# if chromium is not where we expect it

0 commit comments

Comments
 (0)