aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-21 18:54:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-21 18:54:54 -0300
commitd435e0b17ee8388aca9bfce9625b240419389028 (patch)
treeb956278c3fdf58289e515f67aa42b5990b8cba93 /inception
parent86951c5042bc4656e40abe85feccf13f631980d5 (diff)
downloadapps-d435e0b17ee8388aca9bfce9625b240419389028.tar.gz
apps-d435e0b17ee8388aca9bfce9625b240419389028.tar.bz2
Inception: simplify installation
Diffstat (limited to 'inception')
-rwxr-xr-xinception6
1 files changed, 2 insertions, 4 deletions
diff --git a/inception b/inception
index 022674e..4128807 100755
--- a/inception
+++ b/inception
@@ -78,10 +78,8 @@ function inception_load {
# Install
function inception_install {
- # We could just do that, but we shall make sure that code was verified
- #$0 init
- #$0 load
- echo "Please README!"
+ $0 init
+ $0 load $*
}
# Deploy