hemanth
|
dc0fc1f445
|
set -e removed as the rules change from one Bash version to another, as Bash attempts to track the extremely slippery POSIX definition of this "feature". When a SubShell is involved, it gets worse still -- the behavior changes depending on whether Bash is invoked in POSIX mode.
|
2010-09-25 06:36:25 +08:00 |
|
hemanth
|
5682cf59ab
|
Added a check on if the user has already cloned and also a set -e to exit immediately if a command exits with a non-zero status.
|
2010-09-25 06:36:25 +08:00 |
|
hemanth
|
d4ad943699
|
Check on universe repository, if enabled or not.
|
2010-09-25 06:36:02 +08:00 |
|
hemanth
|
1add029421
|
Check for wget added
|
2010-09-25 06:36:02 +08:00 |
|
hemanth
|
d66eedaf00
|
Fixed a major issue with sudo user check\!
|
2010-09-25 06:36:01 +08:00 |
|
hemanth
|
193deb9767
|
Corrected a comment # Check if the user has sudo privileges.
|
2010-09-17 07:48:47 +08:00 |
|
hemanth
|
e9df690644
|
Added --no-install-recommends to apt-get to avoid additional extra packages.
|
2010-09-17 07:48:47 +08:00 |
|
hemanth
|
87feb5bba5
|
Removed root check and added sudo check.
|
2010-09-17 07:48:46 +08:00 |
|
hemanth
|
f76bc6ffc4
|
Updated all apt-get installs with apt-get -y to avoid prompts during installation.
|
2010-09-17 07:48:46 +08:00 |
|
hemanth.hm
|
04d55ef35e
|
Added ubuntu setup script
|
2010-09-17 07:48:46 +08:00 |
|