Navigation Menu

Skip to content

Commit

Permalink
'apt-get update' before 'apt-get install'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 28, 2010
1 parent d621075 commit d2c6718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apt/build-deb.sh
Expand Up @@ -25,6 +25,7 @@ grep '^deb ' /etc/apt/sources.list | \
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31

if [ ! -x /usr/bin/aptitude ]; then
run apt-get update
run apt-get install -y aptitude
fi
run aptitude update -V -D
Expand Down

0 comments on commit d2c6718

Please sign in to comment.