From f3f6d320b72127545cf8e6cde031a8f28bd96e42 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:06:01 +0100 Subject: [PATCH] added opencode module in the post-install script --- post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index f4d6443..c1d1e43 100644 --- a/post-install.sh +++ b/post-install.sh @@ -16,4 +16,5 @@ source ./modules/00-library.sh && source ./modules/12-yazi.sh && source ./modules/13-rust.sh && source ./modules/14-steam.sh && - source ./modules/15-dns-over-tls.sh + source ./modules/15-dns-over-tls.sh && + source ./modules/16-opencode.sh