pacman: skip reinstall
This commit is contained in:
parent
c690fc64ef
commit
cf95d9ab06
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo pacman -Syu \
|
||||
set +x
|
||||
sudo pacman -Syu --needed \
|
||||
aerc \
|
||||
bat \
|
||||
broot \
|
||||
|
@ -53,7 +53,6 @@ sudo pacman -Syu \
|
|||
ripgrep \
|
||||
rofi \
|
||||
rofi-calc \
|
||||
rofi-greenclip \
|
||||
shellcheck \
|
||||
skopeo \
|
||||
slock \
|
||||
|
@ -63,4 +62,6 @@ sudo pacman -Syu \
|
|||
zsh \
|
||||
zsh-syntax-highlighting
|
||||
|
||||
# aur: rofi-greenclip
|
||||
|
||||
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
|
|
Loading…
Add table
Reference in a new issue