6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt update
|
|
sudo apt upgrade --fix-missing
|
|
sudo apt install build-essential automake pkg-config software-properties-common curl -y
|