Browse Source

remove unused construction

main twisterarmy-0.1
D4708 3 years ago committed by GitHub
parent
commit
28310bb3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      twister-cli-installer.sh

7
twister-cli-installer.sh

@ -6,13 +6,6 @@ @@ -6,13 +6,6 @@
# https://github.com/twisterarmy/twister-cli-installer
# Based on the openvpn-install codebase (https://github.com/angristan/openvpn-install)
function isRoot() {
if [ "$EUID" -ne 0 ]; then
return 1
fi
}
function checkOS() {
if [[ -e /etc/debian_version ]]; then

Loading…
Cancel
Save