summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-07-31 22:10:14 +0100
committerdavidovski <david@davidovski.xyz>2022-07-31 22:10:14 +0100
commit365412b61b6cfefac353fcce7d0bb470ee8953b0 (patch)
tree4c0e12c1f0f060da013c8272eee707cf7bc0dd2b /deploy.sh
parenta4e5fe820e63d9a9bc7e101aa8c63ae9e6c13c3b (diff)
parent561d903ee3e171a28a976b3b321833396503ca33 (diff)
Merge branch 'master' of git.cheetah.remote:dot
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 496adcc..1f7aab7 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -50,7 +50,7 @@ load () {
printf "\033[31mWARNING THIS WILL REPLACE EXISTING CONFIGURATIONS\n\033[0mTo proceed type 'confirm': "
read confirmation
- if [[ $confirmation == "confirm" ]]; then
+ if [ $confirmation = "confirm" ]; then
mkdir -p $HOME/.config
cp -r config/* $HOME/.config
mkdir -p $HOME/.scripts