diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-12-16 16:04:35 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-12-16 16:04:35 +0100 |
commit | 64147c954f38154058ff575f9baf528dbeac6d37 (patch) | |
tree | bf02039a3e141325893e075f51ec7e5e0e4caa67 /install | |
parent | 30da82b601b079340e2580cd0685e27c346d2e87 (diff) | |
download | myconfigs-64147c954f38154058ff575f9baf528dbeac6d37.tar.gz myconfigs-64147c954f38154058ff575f9baf528dbeac6d37.tar.bz2 myconfigs-64147c954f38154058ff575f9baf528dbeac6d37.zip |
Enable systemd aliases on systemd machine
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ cd `dirname $0` +# TODO arguments parsing git submodule update --init || (echo "Submodule update failed! Use --ignore-sub if it's ok."; exit 5) # Source inst and diff function |