mirror of
https://github.com/krateng/maloja.git
synced 2026-05-05 07:10:14 +00:00
5 lines
67 B
Bash
5 lines
67 B
Bash
#!/usr/bin/env sh
|
|
apt update
|
|
apt install \
|
|
python3-pip \
|
|
python3
|