mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-12 19:03:11 +01:00
added libfuse2 to guide for fresh vps folks (#2991)
This commit is contained in:
parent
73a57ecf97
commit
69b31b1480
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ Note that by default LNbits uses SQLite as its database, which is simple and eff
|
|||
Go to [releases](https://github.com/lnbits/lnbits/releases) and pull latest AppImage, or:
|
||||
|
||||
```sh
|
||||
sudo apt-get install libfuse2
|
||||
wget $(curl -s https://api.github.com/repos/lnbits/lnbits/releases/latest | jq -r '.assets[] | select(.name | endswith(".AppImage")) | .browser_download_url') -O LNbits-latest.AppImage
|
||||
chmod +x LNbits-latest.AppImage
|
||||
./LNbits-latest.AppImage --host 0.0.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue