소스 검색

update package lists before installing packages

Ashish Kulkarni 11 년 전
부모
커밋
0a07d96924
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/setup-linux.sh

+ 1 - 0
scripts/setup-linux.sh

@@ -28,6 +28,7 @@ if [ $# -ne 1 ]; then
 fi
 
 # install required packages
+apt-get update
 apt-get install --assume-yes git-core xz-utils build-essential mingw-w64 nsis debootstrap schroot rinse
 
 # create the directory which will hold the chroot environments