From 91dadc905d7ee1d6015a77625d97a4267288f70b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 10:50:20 +0200 Subject: [PATCH] Let user know why we are asking for sudo --- bin/omarchy-snapshot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/omarchy-snapshot b/bin/omarchy-snapshot index b4d78f1..5600b9e 100755 --- a/bin/omarchy-snapshot +++ b/bin/omarchy-snapshot @@ -16,9 +16,11 @@ case "$COMMAND" in create) DESC="$(omarchy-version)" + echo -e "\e[32mCreate system snapshot\e[0m" for config in root home; do sudo snapper -c "$config" create -c number -d "$DESC" done + echo ;; restore) sudo limine-snapper-restore