Skip to content

Commit

Permalink
try and fix ubuntu remote install
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Dec 8, 2023
1 parent 8c9928c commit d136a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_ubuntu_remote_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v3
- name: install
run: |
https://raw.githubusercontent.com/zackees/install.py/main/install | bash
curl -s https://raw.githubusercontent.com/zackees/install.py/main/install | bash
. ./activate.sh && python --version
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# run this with one line:
# https://raw.githubusercontent.com/zackees/install.py/main/install | bash
# curl -s https://raw.githubusercontent.com/zackees/install.py/main/install | bash

set -e

Expand Down

0 comments on commit d136a1a

Please sign in to comment.