updateall/arch : ajout de deux commandes pour encore plus nettoyer le cache de aura
This commit is contained in:
parent
9fe6317aea
commit
8dc8f04fbf
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/bin/sh -ex
|
||||
#!/usr/bin/env sh
|
||||
set -x -e
|
||||
|
||||
[ "$(whoami)" != root ] && exec sudo -- "$0" "$@"
|
||||
|
||||
aura -Cc 0
|
||||
aura -Cv
|
||||
aura -Scc
|
||||
aura -Fy
|
||||
aura -Syu
|
||||
|
|
Loading…
Reference in a new issue