symlink enhancements

* runon -l now install symlink
* install -u now removes all found symlinks to runon
This commit is contained in:
2021-05-01 16:28:24 +02:00
parent 96418fbbb5
commit 8b08aab4e7
3 changed files with 22 additions and 2 deletions
+1 -2
View File
@@ -78,8 +78,7 @@ simply pass `-u` to install command you have used, eg.:
you can create soft links to `runos` to simplify calls:
cd /usr/local/bin
ln -s runon centos7
runos centos7 -l
now calling `centos7 ...` is equivalent to call `runos centos7 ...`: