it did detect fedora correctly. (that's why i checked out the build.sh script, to see what it does).
It did collect all needed parts exept when it came to this chibiOS.zip. I don't really understand the error message actually.
`[lukipuki@caravan platform_linux]$ ./build.sh
Axoloti Install script for Linux
This will install Axoloti
Use at your own risk
Some packages will be installed with apt-get,
and all users will be granted permission to access some USB devices
For this you'll require sudo rights and need to enter your password...
`
detected Fedora
[sudo] password for lukipuki:
Last metadata expiration check: 2:39:00 ago on Thu 14 Dec 2017 03:02:38 PM CET.
Group 'Development Tools' is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Last metadata expiration check: 2:39:03 ago on Thu 14 Dec 2017 03:02:38 PM CET.
Package libusb-1:0.1.5-8.fc26.x86_64 is already installed, skipping.
Package dfu-util-0.9-2.fc26.x86_64 is already installed, skipping.
Package libtool-2.4.6-17.fc26.x86_64 is already installed, skipping.
Package systemd-devel-233-7.fc26.x86_64 is already installed, skipping.
Package automake-1.15-9.fc26.noarch is already installed, skipping.
Package autoconf-2.69-24.fc26.noarch is already installed, skipping.
Package ant-1.10.1-4.fc26.noarch is already installed, skipping.
Package curl-7.53.1-12.fc26.x86_64 is already installed, skipping.
Package ncurses-libs-6.0-8.20170212.fc26.x86_64 is already installed, skipping.
Package ncurses-libs-6.0-8.20170212.fc26.i686 is already installed, skipping.
Package bzip2-1.0.6-22.fc26.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
udev rules already present, skipping
DONE
ChibiOS_2.6.9.zip already downloaded
[ChibiOS_2.6.9.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of ChibiOS_2.6.9.zip or
ChibiOS_2.6.9.zip.zip, and cannot find ChibiOS_2.6.9.zip.ZIP, period.
`
I don't get the problem. I searched for this chibiOS.zip but there is some kind of error when i want to go to the folder it is supposed to be in. I cannot unzip it manually.
Is there some way I can get it from somewhere else? (btw the copypasted console log is just one part apparently " #### " breaks the code-formatting.
EDIT:
I looked into the build.sh file and tried to download the chibiOS myself. Which failed multiple time - maybe that had something to do with it. I finally gut this old chibiOS version and just put it into the foder, which works.
So the build.sh can go on
wish me luck !