From 883c455379367ba2f9dc3fbd5c751d97b6c5871b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 24 Nov 2018 14:27:56 -0800 Subject: [PATCH] add update_sbuild helper --- update_sbuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update_sbuild diff --git a/update_sbuild b/update_sbuild new file mode 100755 index 0000000..f2a415a --- /dev/null +++ b/update_sbuild @@ -0,0 +1,3 @@ +#!/bin/sh + +schroot -l |awk -F: '/^source/{print $2}'|xargs -d '\n' sudo sbuild-update -udcar; -- 2.39.2