🦈🏠🐜 Updated installer 🐜🦈🏠

This commit is contained in:
Jason 2020-08-28 17:47:58 -04:00 committed by casjay
parent 414f3b2952
commit 0235a576ed
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 7 additions and 55 deletions

View File

@ -35,10 +35,6 @@ fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
system_installdirs system_installdirs
# OS Support: supported_os unsupported_oses
unsupported_oses
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Make sure the scripts repo is installed # Make sure the scripts repo is installed
@ -62,63 +58,19 @@ fontmgr_install
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Version
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Script options IE: --help # Script options IE: --help
show_optvars "$@" show_optvars "$@"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Do not update
#systemmgr_noupdate
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Requires root - no point in continuing
#sudoreq # sudo required
#sudorun # sudo optional
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# end with a space # end with a space
APP="" APP=""
PERL=""
PYTH=""
PIPS=""
CPAN=""
GEMS=""
# install packages - useful for package that have the same name on all oses # install packages - useful for package that have the same name on all oses
install_packages $APP install_packages $APP
# install required packages using file
install_required $APP
# check for perl modules and install using system package manager
install_perl $PERL
# check for python modules and install using system package manager
install_python $PYTH
# check for pip binaries and install using python package manager
install_pip $PIPS
# check for cpan binaries and install using perl package manager
install_cpan $CPAN
# check for ruby binaries and install using ruby package manager
install_gem $GEMS
# Other dependencies
dotfilesreq git
dotfilesreqadmin
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Ensure directories exist # Ensure directories exist

View File

@ -1 +1 @@
082820201735-git 082820201747-git