mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Updates to linux desktop configs and provisioning
This commit is contained in:
parent
81d5491278
commit
2b4295d8b8
4 changed files with 33 additions and 21 deletions
|
|
@ -213,9 +213,9 @@ function install_pkgs -S
|
|||
sudo $cmd --sync --refresh --sysupgrade --noconfirm
|
||||
sudo $cmd --sync --noconfirm $arch_pkgs $argv
|
||||
case debian
|
||||
sudo apt-get update >/dev/null 2>&1
|
||||
sudo apt-get upgrade --yes
|
||||
sudo apt-get install --yes $debian_pkgs $argv
|
||||
sudo apt-get --quiet --yes update
|
||||
sudo apt-get --quiet --yes upgrade
|
||||
sudo apt-get --quiet --yes install $debian_pkgs $argv
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue