diff --git a/install.sh b/install.sh deleted file mode 120000 index 0bf85027..00000000 --- a/install.sh +++ /dev/null @@ -1 +0,0 @@ -iso/installer/install.sh \ No newline at end of file diff --git a/install.sh b/install.sh new file mode 100755 index 00000000..417cc9c7 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd iso/installer +./install.sh "$@" diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 02ae5e51..29a69ad9 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -127,6 +127,7 @@ fi # Let's check if all dependencies are met function fuGET_DEPS { local myPACKAGES="apache2-utils apparmor apt-transport-https aufs-tools bash-completion build-essential ca-certificates cgroupfs-mount cockpit cockpit-docker curl dialog dnsutils docker.io docker-compose dstat ethtool fail2ban genisoimage git glances grc html2text htop ifupdown iptables iw jq libcrack2 libltdl7 lm-sensors man mosh multitail net-tools npm ntp openssh-server openssl pass prips syslinux psmisc pv python-pip unattended-upgrades unzip vim wireless-tools wpasupplicant" +add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse" echo echo "### Getting update information." echo