|
@@ -1,6 +1,7 @@
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
-pacman -Syu --noconfirm --ignore=linux
|
|
|
|
|
-
|
|
|
|
|
-python3 -m pip install --upgrade protontricks
|
|
|
|
|
|
|
+# @note: could cause instability, require applications to be reloaded, or require a reboot
|
|
|
|
|
+pacman -Syu --noconfirm
|
|
|
|
|
|
|
|
|
|
+# @note: this alternative skips linux kernel upgrades, but the user will have to do so eventually themselves
|
|
|
|
|
+# pacman -Syu --noconfirm --ignore=linux
|