Skip to content

Commit ed0acc8

Browse files
committed
.
1 parent 10be335 commit ed0acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.xfce4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
fi
2020

2121
(curl -L "https://codeload.github.com/schuhumi/alpine_kindle_dotfiles/tar.gz/$dotfile_version" | tar -xzv -C "$ROOTFS_DIR/home/kindle" &&
22-
mv "$ROOTFS_DIR/home/kindle/alpine_kindle_dotfiles-$dotfile_version/.config/" "$ROOTFS_DIR/home/kindle" &&
22+
cp -rv "$ROOTFS_DIR/home/kindle/alpine_kindle_dotfiles-$dotfile_version/.config/" "$ROOTFS_DIR/home/kindle" &&
2323
rm -fr "$ROOTFS_DIR/home/kindle/alpine_kindle_dotfiles-$dotfile_version/") ||
2424
fail "cannot download .config"
2525

0 commit comments

Comments
 (0)