Skip to content

Commit

Permalink
fix copy home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Oct 7, 2021
1 parent b630e4e commit 3a4009e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ useradd -mG wheel -s /bin/bash diak -p '$6$nI/Ya5wm4s9xzbWL$3bmSK4Y.vqFnxDQCof.s

# copy base home directory
echo "copying base home directory"
sudo -u diak cp -rvL "$SCRIPT_DIR/../home/*" "/home/diak/"
sudo -u diak cp -rvLT "$SCRIPT_DIR/../home/" "/home/diak/"

# pacman setup
pacman-key --init && pacman-key --populate

# install some packages
echo "installing packages"
# generate mirrorlist
Expand Down

0 comments on commit 3a4009e

Please sign in to comment.