mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Fixed apt-get in some scripts and added nala (#536)
* Fixed apt-get and added nala * typo
This commit is contained in:
parent
d0ff354c49
commit
035aff28eb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user