@@ -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/release /bin/installer-all' && \
108+ curl -L -O ' https://raw.githubusercontent.com/mulle-sde/mulle-sde/master /bin/installer-all' && \
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/release /bin/installer-all' && \
128+ curl -L -O ' https://raw.githubusercontent.com/mulle-sde/mulle-sde/master /bin/installer-all' && \
129129chmod 755 installer-all && \
130130OTHER_PROJECTS=" MulleFoundation/foundation-developer; \
131131MulleFoundation/mulle-foundation-developer; \
@@ -145,8 +145,8 @@ the [compiler releases](//github.com/mulle-cc/mulle-clang-project/releases)
145145page:
146146
147147``` sh
148- curl -L -O " https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0 /mulle-clang-17.0.6.0 -bookworm-amd64.deb"
149- sudo dpkg --install " mulle-clang-17.0.6.0 -bookworm-amd64.deb"
148+ curl -L -O " https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.2 /mulle-clang-17.0.6.2 -bookworm-amd64.deb"
149+ sudo dpkg --install " mulle-clang-17.0.6.2 -bookworm-amd64.deb"
150150```
151151
152152Check the [ debugger releases] ( //github.com/mulle-cc/mulle-gdb/releases )
@@ -209,7 +209,7 @@ sudo apt-get install foundation-developer
209209#### Install mulle-clang and mulle-gdb
210210
211211``` sh
212- curl -L -O " https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0 /mulle-clang-17.0.6.0-bullseye-amd64.deb"
212+ curl -L -O " https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.2 /mulle-clang-17.0.6.0-bullseye-amd64.deb"
213213sudo dpkg --install " mulle-clang-17.0.6.0-bullseye-amd64.deb"
214214```
215215
0 commit comments