Commit 56f03ffb24dc510a0bf00048adedffb0137ccd5a
1 parent
9279cf69
Exists in
master
and in
1 other branch
removing path to use gem program
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
script/redmine.sh
| @@ -28,7 +28,7 @@ sudo make prefix=/usr/local install | @@ -28,7 +28,7 @@ sudo make prefix=/usr/local install | ||
| 28 | 28 | ||
| 29 | # 3. Instalando bundle | 29 | # 3. Instalando bundle |
| 30 | 30 | ||
| 31 | -sudo /usr/local/bin/gem install bundle --no-ri --no-rdoc | 31 | +sudo gem install bundle --no-ri --no-rdoc |
| 32 | 32 | ||
| 33 | # 4. Adicionando /usr/local/bin no path | 33 | # 4. Adicionando /usr/local/bin no path |
| 34 | 34 | ||
| @@ -95,7 +95,7 @@ bundle install | @@ -95,7 +95,7 @@ bundle install | ||
| 95 | 95 | ||
| 96 | # 14. Corrigindo dependências | 96 | # 14. Corrigindo dependências |
| 97 | 97 | ||
| 98 | -sudo /usr/local/bin/gem uninstall rack -v '1.5.2' | 98 | +sudo gem uninstall rack -v '1.5.2' |
| 99 | 99 | ||
| 100 | # 15. Bundle install redmine | 100 | # 15. Bundle install redmine |
| 101 | 101 |