Browse Source

cleanup

merge-requests/1/head
Steven Foerster 6 years ago
parent
commit
6041bb9401
  1. 8
      scripts/install.sh

8
scripts/install.sh

@ -181,14 +181,6 @@ if [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ]; then @@ -181,14 +181,6 @@ if [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ]; then
sudo sed -i '/.*systemd-resolved/d' /etc/systemd/system/Mistborn-base.service
fi
# set default password (hashed form will write over)
#mkdir -p ./mistborn/users/files
#echo $MISTBORN_DEFAULT_PASSWORD > ./mistborn/users/files/default_pw
# volumes init with ssh
#mkdir -p ./compose/production/ssh/
#cp -r ~/.ssh/* ./compose/production/ssh/
# setup local volumes for pihole
sudo mkdir -p ../mistborn_volumes/
sudo chown -R root:root ../mistborn_volumes/

Loading…
Cancel
Save