From 1a7b8a619557b6a69ee66b695a72d2ebd5f44125 Mon Sep 17 00:00:00 2001 From: iton0 Date: Mon, 6 Jan 2025 21:08:39 -0500 Subject: [PATCH] chore: remove comment from install script --- scripts/install | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/install b/scripts/install index 90f61b9..ad057a5 100755 --- a/scripts/install +++ b/scripts/install @@ -69,15 +69,6 @@ fi # Clean up the temporary file rm -f "$TEMP_PATH" -# TODO: uncomment when finalized config settings -# # Check if the file exists -# FILE="$CONFIG_DIR/.hkupconfig" -# if [ ! -f "$FILE" ]; then -# # If the file does not exist, create it and add text -# echo "editor = \"\"" >> "$FILE" -# echo "language = \"\"" >> "$FILE" -# fi - echo "" if [ "$INSTALLED_VERSION" != "None" ]; then