Skip to content

Commit 035aff2

Browse files
Fixed apt-get in some scripts and added nala (#536)
* Fixed apt-get and added nala * typo
1 parent d0ff354 commit 035aff2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tabs/applications-setup/mybash-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ installDepend() {
1010
pacman)
1111
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm bash bash-completion tar bat tree unzip fontconfig git
1212
;;
13-
apt)
13+
apt-get|nala)
1414
"$ESCALATION_TOOL" "$PACKAGER" install -y bash bash-completion tar bat tree unzip fontconfig git
1515
;;
1616
dnf)
@@ -115,4 +115,4 @@ cloneMyBash
115115
installFont
116116
installStarshipAndFzf
117117
installZoxide
118-
linkConfig
118+
linkConfig

tabs/applications-setup/neovim-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ installNeovim() {
1919
pacman)
2020
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm neovim ripgrep fzf python-virtualenv luarocks go shellcheck git
2121
;;
22-
apt)
22+
apt-get|nala)
2323
"$ESCALATION_TOOL" "$PACKAGER" install -y neovim ripgrep fd-find python3-venv luarocks golang-go shellcheck git
2424
;;
2525
dnf)
@@ -54,4 +54,4 @@ checkEscalationTool
5454
installNeovim
5555
cloneNeovim
5656
backupNeovimConfig
57-
linkNeovimConfig
57+
linkNeovimConfig

0 commit comments

Comments
 (0)