Skip to content

Commit

Permalink
index.js: install libarchive-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jan 28, 2024
1 parent 54e6280 commit 74a90ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 74a90ef

Please sign in to comment.