1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/packages.bash

20 lines
260 B
Bash

packages=(
cloudflared
docker-ce
docker-compose-plugin
nodejs
tailscale
build-essential
curl
fdupes
ffmpeg
imagemagick
knot-dnsutils
qemu-user-static
screen
smartmontools
)
if [[ "$(df --output=fstype . | sed 1d)" == "btrfs" ]]; then
packages+=(snapper)
fi