diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-06-09 18:03:06 +0200 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-06-09 18:03:06 +0200 |
commit | 8154fb27f7156116d39e3658a0b9abeb9d502c57 (patch) | |
tree | 9655891266266c7e4ad82ee7fd84faaaadc6e696 /configure | |
parent | so users don't have to stay on a single page for 300 seconds for an update (diff) | |
download | beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.tar beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.tar.gz beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.tar.bz2 beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.tar.lz beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.tar.xz beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.tar.zst beziapp-8154fb27f7156116d39e3658a0b9abeb9d502c57.zip |
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ #!/bin/bash + +echo " I think that install and configure should be deprecated." +echo " use sudo make prepare and make install instead and fix any of yours git-pre-add hooks or whatever." +echo " --sijanec" mkdir tmp cd tmp rm -rf bverbose |