fix: typos
This commit is contained in:
parent
0a2b926e9d
commit
3ec0bb90c4
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
#shellcheck disable=SC2154
|
||||
|
||||
cp ./modules/chroot/ /mnt/
|
||||
cp -r ./modules/chroot/ /mnt/
|
||||
for i in *.sh; do
|
||||
bash -x "$i"
|
||||
done
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
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