Fix path
This commit is contained in:
parent
f61b1d80e2
commit
2d2e544352
@ -144,7 +144,7 @@ seltheme="$(cat "$HOME/.seltheme")"
|
|||||||
if [[ "$seltheme" == "nyarch" ]]; then
|
if [[ "$seltheme" == "nyarch" ]]; then
|
||||||
cp -r "./themes/nyarch/"* "$HOME/.config/"
|
cp -r "./themes/nyarch/"* "$HOME/.config/"
|
||||||
elif [[ "$seltheme" == "space-pink" ]]; then
|
elif [[ "$seltheme" == "space-pink" ]]; then
|
||||||
cp -r "./themes/space-pink"* "$HOME/.config/"
|
cp -r "./themes/space-pink/"* "$HOME/.config/"
|
||||||
fi
|
fi
|
||||||
rm -rf ./themes
|
rm -rf ./themes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user