File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ case "$manager" in
160
160
brew)
161
161
# We'll use the brew version. Install these to rebuild rbenv:
162
162
# add_pkg openssl libyaml libffi
163
- add_pkg rbenv ruby-build graphviz postgres cmake
163
+ add_pkg rbenv ruby-build graphviz postgres cmake ;;
164
164
165
165
apt-get)
166
166
# We'll use the system version. If you want to use the latest one
267
267
if [ " $DO_LOCAL_RBENV " = ' yes' ] ; then
268
268
echo ' Downloading and installing rbenv from GitHub' >&2
269
269
if ! [ -d ~ /.rbenv ] ; then
270
- git clone git ://github.com/rbenv/rbenv.git ~ /.rbenv
270
+ git clone https ://github.com/rbenv/rbenv.git ~ /.rbenv
271
271
fi
272
272
# Following performed in subshell so as not to change working directory.
273
273
(
@@ -297,7 +297,7 @@ if [ "${MYINSTALL_RBENV_BUNDLER}" = 'yes' ] && \
297
297
! [ -e " $HOME /.rbenv/plugins/bundler" ] ; then
298
298
echo ' Downloading and installing rbenv-bundler from GitHub' >&2
299
299
mkdir -p " $HOME /.rbenv/plugins/"
300
- git clone git ://github.com/carsomyr/rbenv-bundler.git \
300
+ git clone https ://github.com/carsomyr/rbenv-bundler.git \
301
301
" $HOME /.rbenv/plugins/bundler"
302
302
fi
303
303
You can’t perform that action at this time.
0 commit comments