Skip to content

Commit

Permalink
workaround for rsync installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MeWu-IDM committed Nov 13, 2024
1 parent f9a1ef8 commit cc37e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_quarto_publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# install rsync
apt-get install -y rsync

# Activate the virtual environment
source /opt/venv/bin/activate
echo 'activated virtualenv.'
Expand Down

0 comments on commit cc37e0b

Please sign in to comment.