Skip to content

Commit 13e86a0

Browse files
committedOct 30, 2018
tweaking, fixes
1 parent 2f67e97 commit 13e86a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎install.sh

-1
This file was deleted.

‎install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
cd iso/installer
3+
./install.sh "$@"

‎iso/installer/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ fi
127127
# Let's check if all dependencies are met
128128
function fuGET_DEPS {
129129
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"
130+
add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
130131
echo
131132
echo "### Getting update information."
132133
echo

0 commit comments

Comments
 (0)
Please sign in to comment.