diff options
author | tv <tv@xso> | 2011-09-06 21:55:22 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 21:55:22 +0200 |
commit | 3eacd8b8d5d0bde9ac4381ae1e92833aa10610a8 (patch) | |
tree | 9eca9b7f508ee3d4ea00fc15c844db0d34c2bdb0 /meta | |
parent | af58ce04faac0e73806e7a5ad9a2ad5262b459dd (diff) |
//meta/install: fuck sudo
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/install b/meta/install index db4412fe..6bb04fec 100755 --- a/meta/install +++ b/meta/install @@ -10,7 +10,7 @@ echo "#" echo "# to install metastatic automatization facility do following:" echo "#" echo -echo " [32msudo ln -vsn $update /update[m" +echo " [32mln -vsn $update /update[m" echo echo "#" |