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)