Navigation Menu

Skip to content

Commit

Permalink
apt: remove needless "-V"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent b37d8ce commit 5a0bfa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apt/build-deb.sh
Expand Up @@ -42,7 +42,7 @@ if [ ! -f "${groonga_list}" ]; then
deb http://packages.groonga.org/${downcased_distribtion}/ ${code_name} ${component}
deb-src http://packages.groonga.org/${downcased_distribtion}/ ${code_name} ${component}
EOF
apt-get update -V
apt-get update
run apt-get -V -y --allow-unauthenticated install groonga-keyring
fi

Expand Down Expand Up @@ -72,7 +72,7 @@ EOF
;;
esac

run apt-get update -V
run apt-get update
run apt-get upgrade -V -y
fi

Expand All @@ -81,7 +81,7 @@ if [ ! -f "$universe_list}" ]; then
case ${distribution} in
Ubuntu)
sed -e 's/main/universe/' /etc/apt/sources.list > ${universe_list}
run apt-get update -V
run apt-get update
;;
esac
fi
Expand Down

0 comments on commit 5a0bfa2

Please sign in to comment.