|
|
|
@ -118,7 +118,7 @@ if [ $DISTRO = "debian" ]; then
@@ -118,7 +118,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 |
|
|
|
|