diff --git a/install2.sh b/install2.sh index a62862b..31b6686 100755 --- a/install2.sh +++ b/install2.sh @@ -50,6 +50,7 @@ function execute_miaou_lib { function sudo_root { [[ "$UID" -ne 0 ]] && sudo -vp 'SUDO privilege required: ' + true } ## MAIN