change filepath

This commit is contained in:
Aliberk Sandıkçı 2023-10-23 23:50:06 +03:00
parent 88a973189b
commit 859a58ed3f
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ xfconf-query --channel 'xfce4-panel' --property '/panels/panel-1/size' --type in
### SUBLIME BUILDS ### SUBLIME BUILDS
user=$([ -n "$SUDO_USER" ] && echo "$SUDO_USER" || echo "$USER") user=$([ -n "$SUDO_USER" ] && echo "$SUDO_USER" || echo "$USER")
SUBLIME_CONFIG_FILE="/home/${user}/.config/sublime-text/Packages/User/" SUBLIME_CONFIG_FILE="/home/${user}/.config/sublime-text/Packages/User/"
sudo cp "$1/sublime/gcc.sublime-build" "$SUBLIME_CONFIG_FILE" sudo cp "$1/sublime/iflbot-gcc.sublime-build" "$SUBLIME_CONFIG_FILE"
### Desktop Files ### Desktop Files
mv "$1/example/" "/home/${user}/Masaüstü/C_Kodları/" mv "$1/example/" "/home/${user}/Masaüstü/C_Kodları/"