Compare commits

..

2 Commits

Author SHA1 Message Date
FlintyLemming
e63cb83370 Merge branch 'main' of https://git.mitsea.com/FlintyLemming/scripts-public 2026-03-05 15:58:15 +08:00
FlintyLemming
ad203a093c add install-docker 2026-03-05 15:57:55 +08:00

View File

@@ -240,7 +240,7 @@ install_packages() {
case "$DISTRO" in
aosc)
info "Installing packages via oma ..."
sudo oma install -y git fish eza fastfetch btop docker docker-compose-plugin docker-buildx-plugin
sudo oma install -y git fish eza fastfetch btop docker docker-compose docker-buildx
success "All packages installed via oma"
;;
debian|ubuntu)