Skip to content

Instantly share code, notes, and snippets.

View 007revad's full-sized avatar

Dave Russell 007revad

  • Australia
  • 14:00 (UTC +10:00)
View GitHub Profile
@mietzen
mietzen / SynoCommunity-autoupdate.md
Last active May 4, 2025 07:51
A shell script to auto update SynoCommunity Packages

Auto Update SynoCommunity Packages

I always had the problem that synology doesn't let us auto update 3rd party packages such as the ones from SynoCommunity, so I wrote a shell script to auto update SynoCommunity Packages:

#! /bin/bash -e

PATH="/bin:/usr/syno/bin:${PATH}"

SYSTEM_PKGS=$(synopkg checkupdateall)