wip
This commit is contained in:
parent
606172a7e7
commit
fe151fa15f
1 changed files with 1 additions and 1 deletions
2
dream.sh
2
dream.sh
|
@ -170,7 +170,7 @@ check_env() {
|
||||||
if command-exists sudo; then
|
if command-exists sudo; then
|
||||||
_sudo="sudo -E"
|
_sudo="sudo -E"
|
||||||
pen blue "Testing your access.."
|
pen blue "Testing your access.."
|
||||||
$_sudo echo "${GREEN}${BOLD}Aye, it works!${NC}"
|
$_sudo $(repen bold green "Aye, it works")
|
||||||
else
|
else
|
||||||
echo-error "No sudo found and you're not root! Can't install packages."
|
echo-error "No sudo found and you're not root! Can't install packages."
|
||||||
return 69
|
return 69
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue