instalee/handlers/apt/install

3 lines
35 B
Plaintext
Raw Normal View History

#!/bin/sh
2022-09-08 17:25:33 +00:00
sudo apt install -y "$@"