diff options
author | mayx | 2022-01-24 16:06:06 +0000 |
---|---|---|
committer | mayx | 2022-01-24 16:06:06 +0000 |
commit | b7f6b857d9cbe7ba6207b44ed55fd1276a264e4f (patch) | |
tree | 21bf7c222a7440942c32e2267131d5160a264380 | |
parent | f089d24624b33ab83cd953ab43ee56e8fdd4de73 (diff) |
Update deploy.sh
-rw-r--r-- | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh index bfa573f..bde1b36 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -wget -O Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md +curl -o Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md mkdir Mabbs echo "--- layout: default |