Skip to content

Commit d65d79f

Browse files
authored
Fix installer github URLs
Coz github changes ...
1 parent 951f7ba commit d65d79f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For debian/ubuntu, you can use this one-liner to install everything including
8484
apt 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' && \
109109
chmod 755 installer-all && \
110110
sudo OTHER_PROJECTS="MulleFoundation/foundation-developer; \
111111
MulleFoundation/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' && \
129129
chmod 755 installer-all && \
130130
OTHER_PROJECTS="MulleFoundation/foundation-developer; \
131131
MulleFoundation/mulle-foundation-developer; \

0 commit comments

Comments
 (0)