mirror of https://github.com/grpc/grpc-node.git
Deleting Ruby.
This commit is contained in:
parent
6109391e36
commit
af85917017
|
|
@ -13,6 +13,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Deleting Ruby.
|
||||
rm -rf ~/.rvm
|
||||
|
||||
set -e
|
||||
cd $(dirname $0)/..
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Deleting Ruby.
|
||||
rm -rf ~/.rvm
|
||||
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Deleting Ruby.
|
||||
rm -rf ~/.rvm
|
||||
|
||||
set -e
|
||||
cd $(dirname $0)/../..
|
||||
base_dir=$(pwd)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Deleting Ruby.
|
||||
rm -rf ~/.rvm
|
||||
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue