Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Aug 19, 2024
1 parent 26bc75e commit b11d3fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions-apeiora-ows3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ jobs:
then
echo "w3m could not be found, installing..."
sudo apt-get update && sudo apt-get install -y w3m
echo "home http://localhost:8000" >> ~/.w3m/config
cat ~/.w3m/config
which w3m
# echo "home http://localhost:8000" >> ~/.w3m/config
# cat ~/.w3m/config
else
echo "w3m is already installed"
fi
Expand Down

0 comments on commit b11d3fc

Please sign in to comment.