-
Homebrew の rbenv や ruby-build をインストールしていたら、もろもろ削除する
$ brew uninstall --force rbenv ruby-build $ rm -rf ~/.rbenv
-
rbenv をインストールする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
cd $(dirname $0) | |
# 現在日付のYYYYMMDD | |
DATE_CURRENT_YMD=$(date '+%Y%m%d') | |
# AWS Profile 名 | |
AWS_PROFILE=elb_update_cert |