From 88a973189be255107afb813247e02e8c894523bf Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 23 Oct 2023 23:48:20 +0300 Subject: [PATCH] chore: delete space bcs why not --- install.sh | 2 +- src/user-config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b9ad191..5e3f249 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ trap _cleanup EXIT ### VARIABLES ### # # -VERSION="10.23-4" +VERSION="10.23-5" AUTHOR="asandikci" temp_file="$(mktemp -u)" temp_dir="$(mktemp -d)" diff --git a/src/user-config.sh b/src/user-config.sh index 9cfeff7..e7c423f 100644 --- a/src/user-config.sh +++ b/src/user-config.sh @@ -17,4 +17,4 @@ SUBLIME_CONFIG_FILE="/home/${user}/.config/sublime-text/Packages/User/" sudo cp "$1/sublime/gcc.sublime-build" "$SUBLIME_CONFIG_FILE" ### Desktop Files -mv "$1/example/" "/home/${user}/Masaüstü/C Kodları/" \ No newline at end of file +mv "$1/example/" "/home/${user}/Masaüstü/C_Kodları/" \ No newline at end of file