From 06d1879ebb018c3da02d1103a15d5b2d01c2a950 Mon Sep 17 00:00:00 2001 From: Boris <git@borispaing.fr> Date: Thu, 30 Dec 2021 11:22:32 +0100 Subject: [PATCH] Arch Linux : yaourt => yay (#3) --- cesiumDownloads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesiumDownloads.php b/cesiumDownloads.php index ff1f529..8226995 100644 --- a/cesiumDownloads.php +++ b/cesiumDownloads.php @@ -58,7 +58,7 @@ $cesiumDownloads = 'url' => sprintf('https://aur.archlinux.org/packages/cesium-desktop-deb'), 'img' => 'arch.svg', 'desc' => _('A installer via AUR'), - 'extra' => _('<code>yaourt -S cesium-desktop-deb</code>') + 'extra' => _('<code>yay -S cesium-desktop-deb</code>') ], 'windows' => [ 'title' => 'Windows', -- GitLab