mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
script: fix arch-upd
This commit is contained in:
parent
30466b626d
commit
6ebc825056
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
sudo pacman -Syyuu --noconfirm
|
sudo pacman -Syyuu --noconfirm
|
||||||
paru -Sua --noconfirm
|
paru -Sua --noconfirm
|
||||||
sudo pacman -Rs "$(pacman -Qdtq)" --noconfirm
|
sudo pacman -Rs $(pacman -Qdtq | sed 's/\n/ /g') --noconfirm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue