Skip to content

Commit

Permalink
Silence the dir changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Feb 1, 2017
1 parent 2c4c6c6 commit 728790f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ dpkg --force-all --configure mawk 2>/dev/null || true
dpkg --configure -a

# Make sure all apt keys are installed
cd /apt-keys
cd /apt-keys > /dev/null
for i in *.asc; do
apt-key --keyring /etc/apt/trusted.gpg.d/${i%.*}.gpg add ${i}
done
cd -
cd - > /dev/null

# Set root password
echo "root:${RPASS}" | chpasswd
Expand Down

0 comments on commit 728790f

Please sign in to comment.