else
${SUDO_CMD} ${PACKAGER} install -yq ${DEPENDENCIES}
fi
This install script does not properly work for apt:
$ sudo apt install -yq bash bash-completion tar bat tree multitail fastfetch wget unzip fontconfig neovim
Reading package lists...
Building dependency tree...
Reading state information...
Package neovim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
No apt package "tree", but there is a snap with that name.
Try "snap install tree"
E: Unable to locate package bat
E: Unable to locate package tree
E: Unable to locate package multitail
E: Unable to locate package fastfetch
E: Package 'neovim' has no installation candidate
Lines 136-138 setup.sh
This install script does not properly work for apt: