From 107861802bf46681a211195256a2bec3f24e4335 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 7 Aug 2020 21:18:29 -0400 Subject: [PATCH] idk maybe this --- misc/python3/ratchet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/python3/ratchet.sh b/misc/python3/ratchet.sh index 9d57a0e10..3d824d199 100755 --- a/misc/python3/ratchet.sh +++ b/misc/python3/ratchet.sh @@ -33,7 +33,7 @@ if [ $TERM = 'dumb' ]; then export TERM=ansi fi -apt-get install -y strace +sudo apt-get install -y strace echo "The ${tracking_filename} diff is:" echo "=================================" export GIT_TRACE=1