diff options
author | onefang | 2019-05-20 21:15:23 +1000 |
---|---|---|
committer | onefang | 2019-05-20 21:15:23 +1000 |
commit | 5c201d0807cd3da51d70d3b06f86319bc975e08c (patch) | |
tree | 1e3f2402f95d5b68250f6e034de3dbe095ac9a63 /InstallItAll.sh | |
parent | Initial tweaks of the installation stuff. (diff) | |
download | opensim-SC-5c201d0807cd3da51d70d3b06f86319bc975e08c.zip opensim-SC-5c201d0807cd3da51d70d3b06f86319bc975e08c.tar.gz opensim-SC-5c201d0807cd3da51d70d3b06f86319bc975e08c.tar.bz2 opensim-SC-5c201d0807cd3da51d70d3b06f86319bc975e08c.tar.xz |
Typo--
Diffstat (limited to '')
-rwxr-xr-x | InstallItAll.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallItAll.sh b/InstallItAll.sh index db6c148..0568709 100755 --- a/InstallItAll.sh +++ b/InstallItAll.sh | |||
@@ -72,7 +72,7 @@ sudo adduser --system --shell /bin/false --group $OS_USER | |||
72 | sudo addgroup $USER $OS_USER | 72 | sudo addgroup $USER $OS_USER |
73 | 73 | ||
74 | echo "Building OpenSim." | 74 | echo "Building OpenSim." |
75 | ./BuildIt.sd | 75 | ./BuildIt.sh |
76 | 76 | ||
77 | echo "Setting up OpenSim." | 77 | echo "Setting up OpenSim." |
78 | sudo rm -fr $OSPATH/opensim-IG_* | 78 | sudo rm -fr $OSPATH/opensim-IG_* |