scripts: remove issu & add luks-mount & ya pkg upgrade

This commit is contained in:
2026-01-10 08:57:14 +01:00
parent 490ce1f819
commit cff586109c
9 changed files with 122 additions and 58 deletions
+2 -6
View File
@@ -5,14 +5,10 @@
#
# Requirements:
# - cifs-utils
# - ./issu
# - sudo privileges
path=$(dirname "$(realpath "$0")")
"$path"/issu && {
echo "Do not run this script in sudo mode."
[ "$(id -u)" -eq 0 ] && {
echo "Do not run this script in sudo mode." >&2
exit 1
}