Skip to content

Commit

Permalink
Update dnsmasq_sniproxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TsukasaYuki committed May 15, 2019
1 parent c69d040 commit eb5c4b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dnsmasq_sniproxy.sh
Expand Up @@ -222,6 +222,11 @@ Install() {
echo "Please change to CentOS 6+/Debian 8+/Ubuntu 16+ and try again."
exit 1
fi
if check_sys packageManager yum; then
error_detect_depends "yum -y install net-tools"
elif check_sys packageManager apt; then
error_detect_depends "apt-get -y install net-tools"
fi
disable_selinux
echo -e "[${green}Info${plain}] Checking the system complete..."
echo "Install..."
Expand Down

0 comments on commit eb5c4b6

Please sign in to comment.