6 lines
88 B
Bash
6 lines
88 B
Bash
#! /bin/bash
|
|
|
|
set -e
|
|
cd "$(dirname "$0")/.."
|
|
apt-get update
|
|
apt-get install -y htop psql |