Fixed apt-get in some scripts and added nala (#536)

* Fixed apt-get and added nala

* typo
This commit is contained in:
Adam Perkowski 2024-09-19 20:40:18 +02:00 committed by GitHub
parent d0ff354c49
commit 035aff28eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ installDepend() {
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm bash bash-completion tar bat tree unzip fontconfig git
;;
apt)
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" install -y bash bash-completion tar bat tree unzip fontconfig git
;;
dnf)
@ -115,4 +115,4 @@ cloneMyBash
installFont
installStarshipAndFzf
installZoxide
linkConfig
linkConfig

View File

@ -19,7 +19,7 @@ installNeovim() {
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm neovim ripgrep fzf python-virtualenv luarocks go shellcheck git
;;
apt)
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" install -y neovim ripgrep fd-find python3-venv luarocks golang-go shellcheck git
;;
dnf)
@ -54,4 +54,4 @@ checkEscalationTool
installNeovim
cloneNeovim
backupNeovimConfig
linkNeovimConfig
linkNeovimConfig