From 7e3f41f5d211ab618f1fd7113993e4e3f921b9bc Mon Sep 17 00:00:00 2001 From: shay-berman Date: Thu, 31 Aug 2017 17:50:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index defadc4b..122a4206 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The code is provided as is, without warranty. Any issue will be handled on a bes ```bash mkdir -p /etc/ubiquity cd /etc/ubiquity -curl -L https://github.com/IBM/ubiquity/releases/download/v0.3.0/ubiquity-0.3.0.tar.gz | tar xf - +curl -L https://github.com/IBM/ubiquity/releases/download/v0.4.0/ubiquity-0.4.0.tar.gz | tar xzf - chmod u+x ubiquity cp ubiquity /usr/bin/ubiquity #chown USER:GROUP /usr/bin/ubiquity # Run this command only if non-root should run ubiquity (fill up the USER and GROUP)