-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sl sdk.install fails on linux #234
Comments
OK. The latest version of I switched the SDKs from zip to 7z to reduce bandwidth. But you still need to use |
I should maybe be using
|
So |
This worked for me after using curl to grab the linux image. I had to do ubuntu:~/git$ sl --update
# update
## cloud.login
- uid: xxx
## output
- status:
- system: linux_x86_64
- currentVersion: 0.68
- latestVersion: 0.73
- result: success
ubuntu:~/git$ sl --update
# update
## output
- check:
- currentVersion: 0.68
- latestVersion: 0.73
- system: linux_x86_64
- downloading: ##################################################
- update: use `slu` to apply the updated version of sl
- result: success
ubuntu:~/git$ slu
# update
version: 0.73
info: updating sl
ubuntu:~/git$ which sl
~/StratifyLabs-SDK/Tools/gcc/bin/sl
ubuntu:~/git$ sl --version
# about
## output
- publisher: Stratify Labs, Inc
- version: 0.73
- gitHash: 39f9e8e
- apiVersion: 3.22.1
- apiGitHash: 975a5c2
- system: linux_x86_64
- sdk: ~/StratifyLabs-SDK
- result: success |
I am able to reproduce your exact output (2x invocation of update and I have separate comments/thoughts on the SDK distro we may discuss in a separate thread to keep things compartmentalized. Thanks for checking on this. One interesting thing is that the first |
Older and newer SDKs that have been downloaded (newer was by sl 0.68 earlier today, older was by unknown earlier this month):
The text was updated successfully, but these errors were encountered: