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) {