mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 16:07:59 +00:00
19 lines
253 B
Bash
19 lines
253 B
Bash
packages=(
|
|
cloudflared
|
|
docker-ce
|
|
docker-compose-plugin
|
|
nodejs
|
|
tailscale
|
|
build-essential
|
|
curl
|
|
fdupes
|
|
ffmpeg
|
|
imagemagick
|
|
knot-dnsutils
|
|
qemu-user-static
|
|
screen
|
|
smartmontools
|
|
)
|
|
|
|
[[ "$(df --output=fstype . | sed 1d)" == "btrfs" ]] \
|
|
&& packages+=(snapper)
|