From e63c74c5a3ad36e76a4b708c54da2e432ed0ff1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Fri, 23 May 2025 17:03:45 +0100 Subject: [PATCH] chore: mkdir BIN_APP_PATH, use sudo for mkdir, cp etc --- macos/install.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/install.command b/macos/install.command index 8e904f3..b3050e5 100755 --- a/macos/install.command +++ b/macos/install.command @@ -34,7 +34,7 @@ if test -r Contents/MacOS/${RUN_APP_PATH} && test -r ${BIN_APP_PATH}/${RUN_APP_P read -r answer case $answer in yes|y|s|si) - rm -rf ${BIN_APP_PATH}/${RUN_APP_PATH} + sudo rm -rf ${BIN_APP_PATH}/${RUN_APP_PATH} echo -e "\nDeleted ${BOLD}${GREEN}${INVERT} ${RUN_APP_PAT} ${{NORMAL}"; ;; *)