fix: typos

This commit is contained in:
ange 2024-05-25 16:02:58 +02:00
parent 0a2b926e9d
commit 3ec0bb90c4
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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