Hopefully hide some of the checks for packages to remove that show errors to make the conversion to server a little less noisy.
This commit is contained in:
@@ -72,7 +72,7 @@ for packageName in \
|
|||||||
wireplumber \
|
wireplumber \
|
||||||
xdg-user-dirs \
|
xdg-user-dirs \
|
||||||
xdg-utils ; do
|
xdg-utils ; do
|
||||||
yay -Runcds --noconfirm "$packageName"
|
yay -Runcds --noconfirm "$packageName" @> /dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -rfv ~/.config
|
rm -rfv ~/.config
|
||||||
|
|||||||
Reference in New Issue
Block a user