mirror of
https://github.com/fontmgr/MesloLGSNF.git
synced 2025-08-15 09:42:10 +08:00
🦈🏠🐜❗ Updated installer ❗🐜🦈🏠
This commit is contained in:
parent
414f3b2952
commit
0235a576ed
52
install.sh
52
install.sh
@ -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
|
||||||
@ -153,8 +105,8 @@ run_postinst() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
execute \
|
execute \
|
||||||
"run_postinst" \
|
"run_postinst" \
|
||||||
"Running post install scripts"
|
"Running post install scripts"
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
082820201735-git
|
082820201747-git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user