We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83575cb commit eef82eeCopy full SHA for eef82ee
README.md
@@ -29,7 +29,7 @@ Run the following commands:
29
```
30
sudo apt update
31
sudo apt install curl -y
32
-curl -s https://github.com/RastislavKish/umai/releases/latest/download/umai.sh | bash
+curl -L -s https://github.com/RastislavKish/umai/releases/latest/download/umai.sh | bash
33
34
35
To download and launch the script from GitHub, or:
umai.sh
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2021 Rastislav Kish
+# Copyright (C) 2022 Rastislav Kish
2
#
3
# This program is free software: you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
0 commit comments