mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
export \
|
|
DEBIAN_FRONTEND='noninteractive' \
|
|
LC_ALL='C'
|
|
|
|
sudo apt --assume-yes install fzf zsh
|