Skip to content

Commit

Permalink
Change installation process for mpack and rename
Browse files Browse the repository at this point in the history
Thanks to @baalajimaestro
  • Loading branch information
Hasaber8 committed Jun 17, 2020
1 parent 957c0f0 commit 36ddd00
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,14 @@ pacman -S python python-pip brotli lz4
pip install backports.lzma protobuf pycrypto
```
### For "rename" and "mpack" you need to manually clone and install the packages
- rename
```bash
git clone https://aur.archlinux.org/rename.git
cd rename
makepkg -Acs
sudo pacman -U rename-1.3-7-x86_64.pkg.tar.xz
```
- mpack
```bash
git clone https://aur.archlinux.org/mpack.git
cd mpack
makepkg -Acs
sudo pacman -U mpack-1.6-4-x86_64.pkg.tar.xz
for package in mpack rename; do
git clone https://aur.archlinux.org/"${package}"
cd "${package}" || continue
makepkg -si --skippgpcheck
cd - || break
rm -rf "${package}"
done
```
## Mac
```bash
Expand Down

0 comments on commit 36ddd00

Please sign in to comment.