mainqndtest
v1.1.1
Last change
on this file since 42095c5 was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100644
|
File size:
426 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | . utils/package_manager.sh |
---|
3 | |
---|
4 | echo "+------------------------------------------+" |
---|
5 | echo "| |" |
---|
6 | echo "| Installing python3 |" |
---|
7 | echo "| |" |
---|
8 | echo "+------------------------------------------+" |
---|
9 | |
---|
10 | $pkg_mng update |
---|
11 | |
---|
12 | $pkg_mng --yes install python3 python3-pip |
---|
13 | |
---|
14 | $pkg_mng --yes install python3-ldap |
---|
15 | |
---|
16 | sudo pip3 install requests |
---|
Note: See
TracBrowser
for help on using the repository browser.