From 659ae1655cec4646834a585aa4dbe178a9f5be8e Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Oct 2025 01:07:15 -0600 Subject: [PATCH] 1761203235 --- setup.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index ab7b105..873fcf7 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,8 @@ # todo: check for needed packages and install them # todo: setup keyboard and terminal shortcuts -chown root:root nuke_me_NOW.sh -chmod 4777 nuke_me_NOW.sh \ No newline at end of file +sudo chown root:root nuke_me_NOW.sh +sudo chmod 4777 nuke_me_NOW.sh +sudo chmod 4777 $(which cryptsetup) +sudo chmod 4777 $(which poweroff) +sudo chmod 4777 $(which shutdown) +sudo chmod 4777 $(which nice) \ No newline at end of file