From 519194c844e8ee7c0aaf27c5dac35ceeb704ece8 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 27 Feb 2024 03:52:20 +0100 Subject: [PATCH] fix opam abscent --- profile/airootfs/root/post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/airootfs/root/post_install.sh b/profile/airootfs/root/post_install.sh index 26854cb..99016cf 100644 --- a/profile/airootfs/root/post_install.sh +++ b/profile/airootfs/root/post_install.sh @@ -36,7 +36,7 @@ log "installing paru" log "installing extra packages" echo " - paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin + paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam " | arch-chroot "$ROOT" su user