From 5e924d2280272e3e47d9b874e1811f89eb4a4d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Thu, 31 Oct 2024 15:31:43 +0100 Subject: [PATCH] install: new packages --- run_once_install-packages | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_once_install-packages b/run_once_install-packages index 27ec178..b3e0ee2 100644 --- a/run_once_install-packages +++ b/run_once_install-packages @@ -78,6 +78,10 @@ packages=( nodejs unzip recordmydesktop + difftastic + xorg-xinput + acpi + yt-dlp ) sudo pacman -Syu --needed "${packages[@]}"