4 lines
101 B
Bash
4 lines
101 B
Bash
|
#!/bin/bash
|
||
|
# apt update && apt -y upgrade && apt -y autoremove
|
||
|
apt update
|
||
|
apt -y install python3 git
|