File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ For debian/ubuntu, you can use this one-liner to install everything including
8484apt keys, that are likely to be required:
8585
8686``` sh
87- wget -qO - https://raw.githubusercontent.com/MulleFoundation/foundation-developer/release /bin/apt-installer \
87+ wget -qO - https://raw.githubusercontent.com/MulleFoundation/foundation-developer/refs/heads/master /bin/apt-installer \
8888| sudo sh
8989```
9090
@@ -105,7 +105,7 @@ without a supported package managers like for instance *Fedora* or *FreeBSD*
105105#### Install into /usr/local with sudo
106106
107107``` sh
108- curl -L -O ' https://raw.githubusercontent.com/mulle-sde/mulle-sde/ master/bin/installer-all ' && \
108+ curl -L -O ' https://raw.githubusercontent.com/MulleFoundation/foundation-developer/refs/heads/ master/bin/installer' && \
109109chmod 755 installer-all && \
110110sudo OTHER_PROJECTS=" MulleFoundation/foundation-developer; \
111111MulleFoundation/mulle-foundation-developer; \
@@ -125,7 +125,7 @@ next step)
125125#### Install into ${HOME} (without sudo)
126126
127127``` sh
128- curl -L -O ' https://raw.githubusercontent.com/mulle-sde/mulle-sde/ master/bin/installer-all ' && \
128+ curl -L -O ' https://raw.githubusercontent.com/MulleFoundation/foundation-developer/refs/heads/ master/bin/installer' && \
129129chmod 755 installer-all && \
130130OTHER_PROJECTS=" MulleFoundation/foundation-developer; \
131131MulleFoundation/mulle-foundation-developer; \
You can’t perform that action at this time.
0 commit comments