Browse Source

quick fix

main
pvincent 3 days ago
parent
commit
b84a3559f3
  1. 5
      install.sh

5
install.sh

@ -60,6 +60,11 @@ function miaou_error {
>&2 echo "MIAOU_ERROR: $1"
>&2 echo "Either retry later when a newer version will come up"
>&2 echo "Or report the errorstack printed out above to: contact@artcode.re"
>&2 echo --------------------------------------------------------------
>&2 echo "QUICK FIX:"
>&2 echo " MIAOU_BASH_DIR=/opt/miaou-bash"
>&2 echo " export MIAOU_BASH_DIR"
>&2 echo " sudo -E \"\$MIAOU_BASH_DIR\"/bin/miaou-bash \"\$MIAOU_BASH_DIR\"/lib/initiate.bash"
}
function execute_miaou_lib {

Loading…
Cancel
Save