From ac2369efd41893fc889cef7d9aa952e0b518c9de Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 6 Aug 2026 23:46:31 +0400 Subject: [PATCH] fix --- lib/self-upgrade.bash | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 lib/self-upgrade.bash diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash new file mode 100755 index 0000000..8c69f3f --- /dev/null +++ b/lib/self-upgrade.bash @@ -0,0 +1,11 @@ +#!/usr/bin/env miaou-bash + +# CONSTANTS + +# FUNCTIONS + +# MAIN + +[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1 + +echo TODO: self-upgrade