instalee/handlers/apt/install

3 lines
35 B
Text
Raw Normal View History

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