From d136a1af9860032e053c59ada4591f2f891e1589 Mon Sep 17 00:00:00 2001 From: zackees Date: Thu, 7 Dec 2023 20:20:49 -0800 Subject: [PATCH] try and fix ubuntu remote install --- .github/workflows/push_ubuntu_remote_install.yml | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_ubuntu_remote_install.yml b/.github/workflows/push_ubuntu_remote_install.yml index 9a04048..f9b658b 100644 --- a/.github/workflows/push_ubuntu_remote_install.yml +++ b/.github/workflows/push_ubuntu_remote_install.yml @@ -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 diff --git a/install b/install index 7b8ee81..bbf5fc5 100755 --- a/install +++ b/install @@ -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