We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10be335 commit ed0acc8Copy full SHA for ed0acc8
install.xfce4.sh
@@ -19,7 +19,7 @@ else
19
fi
20
21
(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" &&
+ cp -rv "$ROOTFS_DIR/home/kindle/alpine_kindle_dotfiles-$dotfile_version/.config/" "$ROOTFS_DIR/home/kindle" &&
23
rm -fr "$ROOTFS_DIR/home/kindle/alpine_kindle_dotfiles-$dotfile_version/") ||
24
fail "cannot download .config"
25
0 commit comments