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

Commit

Permalink
fix install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Dec 18, 2015
1 parent e8c73a7 commit 501704d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ cp -R ${OVERWRITE} ${SRCDIR}/apps \
${SRCDIR}/wallpapers /usr/share

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

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

0 comments on commit 501704d

Please sign in to comment.