Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 501704d

Browse files
committed
fix install.sh
1 parent e8c73a7 commit 501704d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ cp -R ${OVERWRITE} ${SRCDIR}/apps \
5252
${SRCDIR}/wallpapers /usr/share
5353

5454
# Copy user files
55-
cp -R ${OVERWRITE} ${SRCDIR}/skel/* ${DSTDIR}
55+
cp -R ${OVERWRITE} ${SRCDIR}/skel/.* ${DSTDIR}
5656

57-
chown -R ${OVERWRITE} ${USER_NAME}:users ${DSTDIR}
57+
chown -R ${USER_NAME}:users ${DSTDIR}

0 commit comments

Comments
 (0)