Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7315cf45 authored by Felix's avatar Felix Committed by thilo
Browse files

Remove /mnt/docker symlink

parent 23a1dc31
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@ apt-get update && apt install -y --asume-yes true git salt-minion
# Clone repo
# Clone repo
echo "Cloning repo .."
echo "Cloning repo .."
git -C /mnt clone ${REPO} ${BRANCH} repo-base
git -C /mnt clone ${REPO} ${BRANCH} repo-base
ln -s /mnt/repo-base /mnt/docker




# Init salt-minion (masterless)
# Init salt-minion (masterless)
+1 −2
Original line number Original line Diff line number Diff line
@@ -11,7 +11,6 @@ apt-get update && apt install -y --asume-yes true git salt-minion
# Clone repo
# Clone repo
echo "Cloning repo .."
echo "Cloning repo .."
git -C /mnt clone $BOOTSTRAPREPO repo-base
git -C /mnt clone $BOOTSTRAPREPO repo-base
ln -s /mnt/repo-base /mnt/docker




# Init salt-minion (masterless)
# Init salt-minion (masterless)
@@ -23,4 +22,4 @@ salt-call state.apply docker-compose




# init repo
# init repo
cd /mnt/docker && bash init-repo.sh
cd /mnt/repo-base && bash init-repo.sh