Skip to content

Commit d3633f9

Browse files
authored
Wavelog - Small Adjustment (#292)
* stay within the github environment for the logo * add php-gd as dependencie for future usage
1 parent 6d915bf commit d3633f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/wavelog-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $STD apt-get install -y \
2020
libapache2-mod-php \
2121
mariadb-server \
2222
mc \
23-
php8.2-{curl,mbstring,mysql,xml,zip} \
23+
php8.2-{curl,mbstring,mysql,xml,zip,gd} \
2424
sudo \
2525
unzip
2626
msg_ok "Installed Dependencies"

json/wavelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"interface_port": "80",
1212
"documentation": "https://github.com/wavelog/wavelog/wiki",
1313
"website": "https://www.wavelog.org/",
14-
"logo": "https://www.wavelog.org/wp-content/uploads/2024/04/wavelog_icon_only.png",
14+
"logo": "https://raw.githubusercontent.com/wavelog/wavelog/refs/heads/master/assets/logo/wavelog_icon_only_darkly.png",
1515
"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.",
1616
"install_methods": [
1717
{

0 commit comments

Comments
 (0)