Skip to content

Commit

Permalink
Updated setup for elementary os detection
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Jan 20, 2019
1 parent b3f1e12 commit 84d9e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func_package_deps(){
fi
fi

elif [ "${os}" == '"void"' ]; then
elif [ "${os}" == "void" ]; then
## Update XBPS
echo -e " [*] ${YELLOW}Updating XBPS${RESET}\n"
sudo xbps-install -Suy
Expand Down Expand Up @@ -334,7 +334,7 @@ func_package_deps(){
fi
fi

elif [ "${os}" == '"elementary"' ]; then
elif [ "${os}" == "elementary" ]; then
## Silent mode?
[ "${silent}" == "true" ] \
&& arg=" DEBIAN_FRONTEND=noninteractive" \
Expand Down

0 comments on commit 84d9e57

Please sign in to comment.