fix: typos
This commit is contained in:
parent
0a2b926e9d
commit
3ec0bb90c4
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#shellcheck disable=SC2154
|
#shellcheck disable=SC2154
|
||||||
|
|
||||||
cp ./modules/chroot/ /mnt/
|
cp -r ./modules/chroot/ /mnt/
|
||||||
for i in *.sh; do
|
for i in *.sh; do
|
||||||
bash -x "$i"
|
bash -x "$i"
|
||||||
done
|
done
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git clone --depth 1 https://git.maby.dev/ange/.dotfiles.git /tmp/dotfiles
|
git clone --depth 1 https://git.maby.dev/ange/.dotfiles.git /tmp/dotfiles
|
||||||
/dotfiles/.config/suckless/update.sh
|
/tmp/dotfiles/.config/suckless/update.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user