Skip to content

Commit

Permalink
docs/ci: Remove libarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 15, 2024
1 parent db85e60 commit 30c7f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: test "$(git tag --points-at HEAD)" = ""

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install make diffutils curl git libarchive-tools rsync xorriso -y
run: sudo apt-get update && sudo apt-get install make diffutils curl git rsync xorriso -y

#- name: Build distro
# run: make distro-full
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ Additionally a working C compiler (`cc`) needs to be present.

### Build prerequisites for Ubuntu, Debian, and derivatives
```bash
sudo apt install -y build-essential make findutils curl git libarchive-tools zstd rsync xorriso qemu-system-x86
sudo apt install -y build-essential make findutils curl git zstd rsync xorriso qemu-system-x86
```

### Build prerequisites for Arch Linux and derivatives
```bash
sudo pacman -S --needed gcc make findutils curl git libarchive zstd rsync xorriso qemu
sudo pacman -S --needed gcc make findutils curl git zstd rsync xorriso qemu
```

### Build prerequisites for Red Hat Linux and derivatives
Expand Down

0 comments on commit 30c7f7c

Please sign in to comment.