Skip to content

Commit

Permalink
setup: Clone tool in tmp and install
Browse files Browse the repository at this point in the history
Signed-off-by: Saalim Quadri <[email protected]>
  • Loading branch information
danascape committed Oct 8, 2023
1 parent 2f9569b commit a68fe58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ sworkflow_update_files()
{
echo "sworkflow: Updating files"
echo "sworkflow: Fetching Updates"
git reset --hard
git pull
sworkflow_synchronize_files
git clone --depth 1 https://github.com/danascape/sworkflow /tmp/sworkflow
cd /tmp/sworkflow
./setup.sh i
rm -rf /tmp/sworkflow
}

sworkflow_synchronize_files()
Expand Down

0 comments on commit a68fe58

Please sign in to comment.