From 3ec0bb90c4e94a53932bb0195e53619d1bc3f9b5 Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 25 May 2024 16:02:58 +0200 Subject: [PATCH] fix: typos --- modules/base.sh | 2 +- modules/chroot/50-dwm.sh.dwm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base.sh b/modules/base.sh index cbd4866..817d715 100644 --- a/modules/base.sh +++ b/modules/base.sh @@ -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 diff --git a/modules/chroot/50-dwm.sh.dwm b/modules/chroot/50-dwm.sh.dwm index f0cf5a3..37fd2d6 100644 --- a/modules/chroot/50-dwm.sh.dwm +++ b/modules/chroot/50-dwm.sh.dwm @@ -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