Merge "Fix add-apt-repository package for precise"
This commit is contained in:
commit
4dced6e90d
@ -12,6 +12,10 @@ case $DISTRO_NAME in
|
||||
# Note: add-apt-repository would be nice for RPM platforms too - so when we
|
||||
# need something like it, create a wrapper in dpkg/bin and fedora/bin.
|
||||
apt-get -y update
|
||||
install-packages python-software-properties
|
||||
if [ "${DIB_RELEASE}" = "precise" ]; then
|
||||
install-packages python-software-properties
|
||||
else
|
||||
install-packages software-properties-common
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user