Update install.sh

Made a correction in `cp` command
This commit is contained in:
Marin Kitagawa
2023-04-17 03:46:29 +05:30
committed by GitHub
parent 15af14db5f
commit ec76d69dc3
+1 -1
View File
@@ -74,7 +74,7 @@ for folder in .config/*; do
echo "Removing old config for $rel"
rm -rf ~/.config/$rel
echo "Copying new config for $rel"
cp -r .config/$rel ~/.config/$rel
cp -r .config/$rel ~/.config
else
echo "Folder ~/.config/$rel doesn't exist"
echo "Copying new config for $rel"