mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
The install script was Debian-only but everything runs in Docker, so there's no reason it can't work on other distros. This swaps out the Debian check for distro detection via /etc/os-release and adds a pkg_install wrapper that calls the right package manager. get.docker.com doesn't support Arch or openSUSE so those install Docker from their own repos. NVIDIA toolkit setup is also handled per-distro since the repo config is different for deb/rpm/Arch. A couple of small fixups too — hostname isn't always available on minimal installs so there's a fallback to the ip command, and Arch needs iptables-nft for Docker networking. README updated to list supported distros. Tested on Debian 12, Arch, Fedora 42, and openSUSE Leap 15.6. Closes #235 |
||
|---|---|---|
| .. | ||
| app | ||
| bin | ||
| commands | ||
| config | ||
| constants | ||
| database | ||
| docs | ||
| inertia | ||
| providers | ||
| public | ||
| resources/views | ||
| start | ||
| tests | ||
| types | ||
| util | ||
| views | ||
| .editorconfig | ||
| .env.example | ||
| ace.js | ||
| adonisrc.ts | ||
| eslint.config.js | ||
| package-lock.json | ||
| package.json | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||