4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y gccgo
|