diff options
author | Marvin Borner | 2019-05-08 22:08:14 +0200 |
---|---|---|
committer | Marvin Borner | 2019-05-08 22:08:14 +0200 |
commit | 53a76e0fe5efca4a45a0a37a296f3a14d26c9ba2 (patch) | |
tree | e1768ba27efdae5d175c3bd6ba7c4d65219dc1d5 /Makefile | |
parent | 7e3ef275f870737b853fda3e007e74de2112a7d5 (diff) |
Updated version numbersv0.2-BETA
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,6 @@ else echo -e "#!/bin/sh\nsudo -u kloud java -jar /usr/share/kloud/kloud-*-all.jar \$$@" > /usr/bin/kloud chmod +x /usr/bin/kloud else - @echo This OS doesn't support out automatic installation, please execute the jar file manually + @echo This OS doesn't support automatic installation, please execute the jar file manually endif endif |