Skip to content

Commit

Permalink
Wavelog - Small Adjustment (community-scripts#292)
Browse files Browse the repository at this point in the history
* stay within the github environment for the logo

* add php-gd as dependencie for future usage
  • Loading branch information
HB9HIL authored Nov 17, 2024
1 parent 6d915bf commit d3633f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/wavelog-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $STD apt-get install -y \
libapache2-mod-php \
mariadb-server \
mc \
php8.2-{curl,mbstring,mysql,xml,zip} \
php8.2-{curl,mbstring,mysql,xml,zip,gd} \
sudo \
unzip
msg_ok "Installed Dependencies"
Expand Down
2 changes: 1 addition & 1 deletion json/wavelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"interface_port": "80",
"documentation": "https://github.com/wavelog/wavelog/wiki",
"website": "https://www.wavelog.org/",
"logo": "https://www.wavelog.org/wp-content/uploads/2024/04/wavelog_icon_only.png",
"logo": "https://raw.githubusercontent.com/wavelog/wavelog/refs/heads/master/assets/logo/wavelog_icon_only_darkly.png",
"description": "Wavelog is a self-hosted PHP application that allows you to log your amateur radio contacts anywhere. All you need is a web browser and active internet connection.",
"install_methods": [
{
Expand Down

0 comments on commit d3633f9

Please sign in to comment.