From 74a90ef926d3a56f895d30c4c12411ef505fb907 Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 28 Jan 2024 14:14:36 +0300 Subject: [PATCH] index.js: install libarchive-tools --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 13c3528..b77e8d6 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ async function start() { while (true) { try { await exec.exec("sudo apt update -y"); - await exec.exec("sudo apt install pacman-package-manager -y"); + await exec.exec("sudo apt install pacman-package-manager libarchive-tools -y"); break; } catch (error) { if (attempts > 2) {