Skip to content

Commit 44d78b4

Browse files
authored
chore(doc): put alert on install.sh until is fixed (#8042)
See: #8032 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 64d0a96 commit 44d78b4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@
111111

112112
## 💻 Quickstart
113113

114+
> ⚠️ **Note:** The `install.sh` script is currently experiencing issues due to the heavy changes currently undergoing in LocalAI and may produce broken or misconfigured installations. Please use Docker installation (see below) or manual binary installation until [issue #8032](https://github.com/mudler/LocalAI/issues/8032) is resolved.
115+
114116
Run the installer script:
115117

116118
```bash

docs/content/installation/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Choose the installation method that best suits your needs:
2020

2121
1. **[Docker](docker/)****Recommended** - Works on all platforms, easiest setup
2222
2. **[macOS](macos/)** - Download and install the DMG application
23-
3. **[Linux](linux/)** - Install on Linux using the one-liner script or binaries
23+
3. **[Linux](linux/)** - Install on Linux using binaries (install.sh script currently has issues - see [issue #8032](https://github.com/mudler/LocalAI/issues/8032))
2424
4. **[Kubernetes](kubernetes/)** - Deploy LocalAI on Kubernetes clusters
2525
5. **[Build from Source](build/)** - Build LocalAI from source code
2626

@@ -36,6 +36,6 @@ This will start LocalAI. The API will be available at `http://localhost:8080`. F
3636

3737
For other platforms:
3838
- **macOS**: Download the [DMG](macos/)
39-
- **Linux**: Use the `curl https://localai.io/install.sh | sh` [one-liner](linux/)
39+
- **Linux**: See the [Linux installation guide](linux/) for installation options. **Note:** The `install.sh` script is currently experiencing issues - see [issue #8032](https://github.com/mudler/LocalAI/issues/8032) for details.
4040

4141
For detailed instructions, see the [Docker installation guide](docker/).

docs/content/installation/linux.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ url: '/installation/linux/'
66
---
77

88

9-
## One-Line Installer (Recommended)
9+
## One-Line Installer
10+
11+
{{% notice warning %}}
12+
**The `install.sh` script is currently experiencing issues and may produce broken or misconfigured installations. Please use alternative installation methods (Docker or manual binary installation) until [issue #8032](https://github.com/mudler/LocalAI/issues/8032) is resolved.**
13+
{{% /notice %}}
1014

1115
The fastest way to install LocalAI on Linux is with the installation script:
1216

0 commit comments

Comments
 (0)