forked from ahurac/dotfiles
Correction : révisions des scripts de updateall
This commit is contained in:
parent
60c7d0571e
commit
df5c818397
2 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get autoremove
|
||||
apt-get autopurge
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
yay -Fy
|
||||
yay
|
||||
yay -Qdtq | yay -Rns -
|
||||
|
||||
|
|
Loading…
Reference in a new issue