Skip to content

Commit eef82ee

Browse files
committed
v0.2
Fix the usage instructions in readme. Fix the license header in the script file.
1 parent 83575cb commit eef82ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Run the following commands:
2929
```
3030
sudo apt update
3131
sudo apt install curl -y
32-
curl -s https://github.com/RastislavKish/umai/releases/latest/download/umai.sh | bash
32+
curl -L -s https://github.com/RastislavKish/umai/releases/latest/download/umai.sh | bash
3333
```
3434

3535
To download and launch the script from GitHub, or:

umai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2021 Rastislav Kish
1+
# Copyright (C) 2022 Rastislav Kish
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)