7 lines
70 B
Bash
7 lines
70 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
sudp apt update
|
|
sudo apt install -y tmux
|