Skip to content

Commit

Permalink
add font
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Jun 2, 2024
1 parent f96d1b8 commit 5baeec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/posters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ if [ -z "$GITHUB_TOKEN" ]; then
# exit 1
fi

# Install required packages
sudo apt-get update
sudo apt-get install -y fonts-helvetica

# Check if package dependencies are installed
packages=("capture-website" "jq" "imagemagick")

Expand Down

0 comments on commit 5baeec6

Please sign in to comment.