Skip to content

Commit

Permalink
chore: remove comment from install script
Browse files Browse the repository at this point in the history
  • Loading branch information
iton0 committed Jan 7, 2025
1 parent 60c90c6 commit 1a7b8a6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a7b8a6

Please sign in to comment.