mirror of
https://github.com/krateng/maloja.git
synced 2026-01-28 14:47:15 -05:00
6 lines
67 B
Bash
6 lines
67 B
Bash
#!/usr/bin/env sh
|
|
apt update
|
|
apt install \
|
|
python3-pip \
|
|
python3
|