nvim (wip)

This commit is contained in:
Anthony Axenov 2024-07-31 22:33:15 +08:00
parent f72d7d268e
commit dacd5b41e5
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -21,6 +21,7 @@ require() {
done
if [ ${#sw[@]} -gt 0 ]; then
info "This packages will be installed in your system:\n${sw[*]}"
#TODO use local install script if possible
apt_install "${sw[*]}"
[ $? -gt 0 ] && die "installation cancelled" 201
fi