From 5329de8a43075e8e29825a93e57d6c315ad993dd Mon Sep 17 00:00:00 2001 From: Brian Wilson Date: Sun, 28 Oct 2012 19:22:41 -0400 Subject: [PATCH] Update startup script for 12.10 Ubuntu. Added "quantal" to the list of known distribution names. --- create-dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-dev-env.sh b/create-dev-env.sh index f7df66a3bf..5691315039 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -190,7 +190,7 @@ case `uname -s` in } distro=`lsb_release -cs` case $distro in - maya|lisa|natty|oneiric|precise) + maya|lisa|natty|oneiric|precise|quantal) output "Installing ubuntu requirements" sudo apt-get -y update sudo apt-get -y install $APT_PKGS