瀏覽代碼

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