6 lines
130 B
Bash
Executable file
6 lines
130 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
RUN "sudo apt-get install python3-pip";
|
|
|
|
RUN "sudo pip3 install setuptools";
|
|
RUN "sudo pip3 install quarry";
|