Skip to content

Commit 6f5c0f5

Browse files
committed
Stub out install script
1 parent c4ca45a commit 6f5c0f5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

INSTALL

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
3+
# Airstack CLI install script
4+
# WIP!!!
5+
6+
# Reference: https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer
7+
8+
9+
# Install samba
10+
brew install samba
11+
12+
# Install boot2docker
13+
14+
# Install node v0.11.13+

0 commit comments

Comments
 (0)