Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh committed Jan 4, 2017
1 parent 39d09ab commit 5093643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_files/misc.sh
@@ -1,7 +1,7 @@
#!/bin/bash

# Essential Packages
ESSENTIAL_PACKAGES="lsb-release htop vim-nox binutils cpp flex gcc libarchive-zip-perl libc6-dev m4 libpcre3 libpcre3-dev libssl-dev libpopt-dev curl make perl perl-modules openssl unzip zip autoconf2.13 gnu-standards automake libtool bison build-essential zlib1g-dev ntp ntpdate autotools-dev g++ bc subversion psmisc re2c"
ESSENTIAL_PACKAGES="lsb-release htop vim-nox binutils cpp flex gcc libarchive-zip-perl libc6-dev m4 libpcre3 libpcre3-dev libssl-dev libpopt-dev curl wget make perl perl-modules openssl unzip zip autoconf2.13 gnu-standards automake libtool bison build-essential zlib1g-dev ntp ntpdate autotools-dev g++ bc subversion psmisc re2c"

# Simple progress indicator at the end of line (followed by "Done" when command is completed)
progress() {
Expand Down Expand Up @@ -62,6 +62,6 @@ identify_system() {

if [ $DISTRO != 'debian' || $DISTRO != 'ubuntu' ]; then
tput bold >&3; tput setb 4 >&3; tput setf 7 >&3
echo 'ERROR: This tool is only compatible with Debian based distros. (Debian/Ubuntu)' >&3;
echo 'ERROR: This tool is only compatible with Debian based distros. (Debian/Ubuntu)' >&3;
fi
}
}

0 comments on commit 5093643

Please sign in to comment.