diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2020-03-18 18:47:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 18:47:48 +0100 |
commit | 341fd5b41a264491c88edcb414efd27df0061588 (patch) | |
tree | 045ddec867ef5e4c8c1e146ba4f10b2f69fcea42 /install | |
parent | 14d6e668ef759572b234886f1f0dc196f94efbbb (diff) | |
download | dotfiles-341fd5b41a264491c88edcb414efd27df0061588.tar.gz dotfiles-341fd5b41a264491c88edcb414efd27df0061588.zip |
Update install_debian.sh
Diffstat (limited to 'install')
-rw-r--r-- | install/install_debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install_debian.sh b/install/install_debian.sh index cb340d1..462beaf 100644 --- a/install/install_debian.sh +++ b/install/install_debian.sh @@ -60,7 +60,7 @@ fi dlgYN "> Create symlinks" res if [ $res -eq 1 ]; then - CWD=$(PWD) + CWD=$(pwd) tput sc ln -isf "$CWD/bin" ~/bin ln -isf "$CWD/linux/zshrc" ~/.zshrc |