You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
signorinileandro
changed the title
Error in Installation: shift: can't shift that many
Error in Installation with installation path arg: shift: can't shift that many
Aug 13, 2024
signorinileandro
changed the title
Error in Installation with installation path arg: shift: can't shift that many
Error with installation path arg: shift: can't shift that many
Aug 13, 2024
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: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
The text was updated successfully, but these errors were encountered: