File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : |
2525 launchctl setenv OPENSHELL_DRIVERS vm
2626
27- - name : Install dev and check status
27+ - name : Install and check status
2828 run : |
29- curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | OPENSHELL_VERSION=dev sh
29+ curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
3030 openshell status
3131
3232 ubuntu :
4646 printf 'OPENSHELL_DRIVERS=docker\n' > "${HOME}/.config/openshell/gateway.env"
4747 docker info
4848
49- - name : Install dev and check status
49+ - name : Install and check status
5050 run : |
51- curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | OPENSHELL_VERSION=dev sh
51+ curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
5252 openshell status
5353
5454 fedora :
6767 printf 'OPENSHELL_DRIVERS=podman\n' > "${HOME}/.config/openshell/gateway.env"
6868 podman info
6969
70- - name : Install dev and check status
70+ - name : Install and check status
7171 run : |
72- curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | OPENSHELL_VERSION=dev sh
72+ curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
7373 openshell status
You can’t perform that action at this time.
0 commit comments