Ad block installer option (beta)

This commit is contained in:
billz
2020-03-31 21:54:46 +00:00
parent edcc8ce016
commit 26dc8d92da
4 changed files with 54 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ while :; do
ovpn_option="$2"
shift
;;
-a|--adblock)
install_adblock=1
;;
-c|--cert|--certificate)
install_cert=1
;;