From faa2dc2c2cc560bc0219db870490d88404f71370 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 1 May 2018 11:33:38 -0400 Subject: [PATCH] Package git-core has been renamed to git --- Vagrantfile | 2 +- bin/make-base-vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 47f6dc7..fcbfae6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ set -eu sudo apt-get update -y sudo apt-get upgrade -y -sudo apt-get install -y autoconf2.13 automake build-essential bsdmainutils faketime g++ g++-mingw-w64 git-core libqt4-dev libtool libz-dev mingw-w64 nsis pciutils pkg-config psmisc subversion unzip zip +sudo apt-get install -y autoconf2.13 automake build-essential bsdmainutils faketime g++ g++-mingw-w64 git libqt4-dev libtool libz-dev mingw-w64 nsis pciutils pkg-config psmisc subversion unzip zip echo "ok" diff --git a/bin/make-base-vm b/bin/make-base-vm index a7c182b..7892117 100755 --- a/bin/make-base-vm +++ b/bin/make-base-vm @@ -117,7 +117,7 @@ if [ $DISTRO = "debian" ]; then LOCALE_PKG=locales fi -addpkg=pciutils,build-essential,git-core,subversion,$LOCALE_PKG,wget,lsb-release +addpkg=pciutils,build-essential,git,subversion,$LOCALE_PKG,wget,lsb-release if [ $DISTRO = "ubuntu" ]; then # Need comma at end to work around an issue with apt for Debian <= Wheezy regarding empty strings