diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh index 5394f0ca..291ede5f 100755 --- a/update.sh +++ b/update.sh @@ -14,4 +14,6 @@ __update_sh_run ./modules/home/conf/firefox/scripts/update_extensions.sh "$@" __update_sh_run ./pkgs/update_pkgs.sh "$@" __update_sh_run ./modules/system/secrets/update_secrets.sh "$@" +echo "Also update out-of tree dependencies, like yt!" 2>&1 + # vim: ft=sh |