mirror of
https://github.com/appium/appium.git
synced 2026-01-25 19:59:17 -06:00
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
set +e
|
|
git clone https://github.com/visionmedia/n.git /tmp/n
|
|
cd /tmp/n
|
|
make install
|
|
n stable
|