We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4c6c6 commit 728790fCopy full SHA for 728790f
postinstall
@@ -62,11 +62,11 @@ dpkg --force-all --configure mawk 2>/dev/null || true
62
dpkg --configure -a
63
64
# Make sure all apt keys are installed
65
-cd /apt-keys
+cd /apt-keys > /dev/null
66
for i in *.asc; do
67
apt-key --keyring /etc/apt/trusted.gpg.d/${i%.*}.gpg add ${i}
68
done
69
-cd -
+cd - > /dev/null
70
71
# Set root password
72
echo "root:${RPASS}" | chpasswd
0 commit comments