mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 10:53:42 +00:00
FIXED: used the master of cappuccino-base
This commit is contained in:
@@ -75,7 +75,7 @@ def install_cappuccino_base(env_path):
|
||||
"""
|
||||
Install latest version of Cappuccino Base
|
||||
"""
|
||||
exec_shell("curl https://raw.githubusercontent.com/cappuccino/cappuccino/v0.9.7-1/bootstrap.sh >/tmp/cb.sh")
|
||||
exec_shell("curl https://raw.githubusercontent.com/cappuccino/cappuccino/master/bootstrap.sh >/tmp/cb.sh")
|
||||
exec_shell("bash /tmp/cb.sh --directory '%s/narwhal' --noprompt" % (env_path))
|
||||
exec_shell("rm /tmp/cb.sh")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user