7 lines
85 B
Bash
7 lines
85 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y git bindfs
|