fix: typos
This commit is contained in:
parent
0a2b926e9d
commit
3ec0bb90c4
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue