python3
Rev | Line | |
---|
[920] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | set -e -u
|
---|
| 4 |
|
---|
[976] | 5 | echo "Installing extra packages..."
|
---|
| 6 |
|
---|
| 7 | pacman -S --noconfirm mc patch unzip openssh ca-certificates mingw-w64-i686-python3 mingw-w64-i686-python3-setuptools mingw-w64-i686-gcc mingw-w64-i686-gtk3 mingw-w64-i686-python3-lxml mingw-w64-i686-cmake mingw-w64-i686-make mingw-w64-i686-python3-pip mingw-w64-i686-python3-pillow mingw-w64-i686-python3-gobject mingw-w64-i686-python3-cffi
|
---|
[920] | 8 | pacman -Scc --noconfirm
|
---|
| 9 |
|
---|
| 10 | pip3 install jsonrpclib-pelix
|
---|
Note:
See
TracBrowser
for help on using the repository browser.