We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d180c commit 76dd2d5Copy full SHA for 76dd2d5
README.md
@@ -4,8 +4,8 @@ This is a collection of scripts to install [umetaflow](https://github.com/biosus
4
## Usage
5
- Get the latest release of the script
6
```bash
7
-SCRIPT_VERSION="0.1.1"
8
-wget -O setup_scripts.zip https://github.com/matinnuhamunada/umetaflow_tutorial/archive/refs/tags/$SCRIPT_VERSION.zip
+SCRIPT_VERSION="0.1.2"
+wget -O setup_scripts.zip https://github.com/NBChub/umetaflow_tutorial/archive/refs/tags/$SCRIPT_VERSION.zip
9
unzip setup_scripts.zip && mv umetaflow_tutorial-$SCRIPT_VERSION/ setup_scripts
10
```
11
- Run the script:
0 commit comments