Commit 5329de8a by Brian Wilson

Update startup script for 12.10 Ubuntu.

Added "quantal" to the list of known distribution names.
parent da56f190
...@@ -190,7 +190,7 @@ case `uname -s` in ...@@ -190,7 +190,7 @@ case `uname -s` in
} }
distro=`lsb_release -cs` distro=`lsb_release -cs`
case $distro in case $distro in
maya|lisa|natty|oneiric|precise) maya|lisa|natty|oneiric|precise|quantal)
output "Installing ubuntu requirements" output "Installing ubuntu requirements"
sudo apt-get -y update sudo apt-get -y update
sudo apt-get -y install $APT_PKGS sudo apt-get -y install $APT_PKGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment