updateall : ajout des flags -ex
sur la plupart des script
This commit is contained in:
parent
c1569d0215
commit
90940fb3a4
6 changed files with 5 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -ex
|
||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||
apt-get clean
|
||||
apt-get update
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -ex
|
||||
paru -Scc
|
||||
paru -Fy
|
||||
paru
|
||||
paru -Qdtq | paru -Rns -
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -ex
|
||||
apt clean
|
||||
pkg update
|
||||
pkg upgrade
|
||||
apt autopurge -y
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
yay -Scc
|
||||
yay -Fy
|
||||
yay
|
||||
yay -Qdtq | yay -Rns -
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -ex
|
||||
sudo waydroid upgrade
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -ex
|
||||
yabridgectl sync
|
||||
|
||||
|
|
Loading…
Reference in a new issue