4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/bash
|
||
|
apt -y remove build-essential git pkg-config *-dev
|
||
|
apt -y autoremove
|