Skip to content

Commit

Permalink
Add fontforge to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed May 21, 2024
1 parent 83acbd3 commit c348070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd /build/GlobaLeaks

sudo apt-get -y update

sudo apt-get -y install curl git debhelper devscripts dh-apparmor dh-python python3-all python3-pip python3-setuptools python3-sphinx
sudo apt-get -y install curl git debhelper devscripts dh-apparmor dh-python fontforge python3-all python3-pip python3-setuptools python3-sphinx

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ setupBackend() {

echo "Running setup"
sudo apt-get update
sudo apt-get install -y tor
sudo apt-get install -y tor fontforge
npm install -g grunt grunt-cli
pip install coverage
setupClient
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
# Preliminary Requirements Check
ERR=0
echo "Checking preliminary GlobaLeaks Build requirements"
for REQ in git npm debuild dput
for REQ in git npm debuild dput fontforge
do
if which $REQ >/dev/null; then
echo " + $REQ requirement meet"
Expand Down

0 comments on commit c348070

Please sign in to comment.