forked from norman/fusionpbx-install.sh-github-mirror
Enhance Add bootstrap installer (#16)
Added bootstrap installer to help simplify the install Checks for root Checks what OS (in a way that can be expanded) If > Debian 8 - Install Git - Fetch the rest of the installer - Start the Install passing though command line options
This commit is contained in:
3
debian/install.sh
vendored
3
debian/install.sh
vendored
@@ -33,6 +33,9 @@ if [ $HELP = true ]; then
|
||||
exit;
|
||||
fi
|
||||
|
||||
# removes the cd img from the /etc/apt/sources.list file (not needed after base install)
|
||||
sed -i '/cdrom:/d' /etc/apt/sources.list
|
||||
|
||||
#Update Debian
|
||||
echo "Update Debian"
|
||||
apt-get upgrade && apt-get update -y --force-yes
|
||||
|
||||
Reference in New Issue
Block a user