Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
b2a4350d0c
  1. 1
      lib/functions.bash

1
lib/functions.bash

@ -2,6 +2,7 @@
function sudo_root { function sudo_root {
[[ "$UID" -ne 0 ]] && sudo -vp 'SUDO privilege required: ' [[ "$UID" -ne 0 ]] && sudo -vp 'SUDO privilege required: '
true
} }
## ASSERT Functions ## ASSERT Functions

Loading…
Cancel
Save