Skip to content

Commit d729229

Browse files
committed
Remove sudo requirement for executing REPAIR.sh script in auto-repair tool
1 parent 5186922 commit d729229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mods/40-do-anduinos-autorepair-mod/do-anduinos-autorepair.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ print_ok "Follow the prompts from the repair script."
208208
echo -e "${Yellow}======================================================${Font}"
209209

210210
# Execute the script from the ISO
211-
if sudo "$REPAIR_SCRIPT_PATH"; then
211+
if "$REPAIR_SCRIPT_PATH"; then
212212
print_ok "REPAIR.sh script completed successfully."
213213
else
214214
print_error "REPAIR.sh script failed."

0 commit comments

Comments
 (0)