4 lines
No EOL
84 B
Bash
Executable file
4 lines
No EOL
84 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
apt-get update -qq && apt-get install -y build-essential |