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