surrealdb / install.surrealdb.com

The script for installing SurrealDB on unix operating systems
https://install.surrealdb.com
Apache License 2.0
9 stars 6 forks source link

Error with installation path arg: shift: can't shift that many #15

Open signorinileandro opened 1 month ago

signorinileandro commented 1 month ago

Hi! I'm currently trying to install surrealdb with this command: curl -sSf https://install.surrealdb.com | sh -s -- /home/leandro/.surrealdb and I'm getting this error:

./surrealdb_install.sh: 79: shift: can't shift that many

I have attempted to run the script both through sh and bash, and the error persists in both cases. Also tried downloading the script and running it locally but the error persists I'm on Ubuntu 22.04