Skip to content

Commit

Permalink
add apt clean command before update
Browse files Browse the repository at this point in the history
Signed-off-by: Inho Oh <[email protected]>
  • Loading branch information
webispy committed Aug 19, 2022
1 parent b09e57d commit dfe666b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo/prep.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /bin/bash -x

rm -rf /var/lib/apt/lists/*
apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get update
apt-get dist-upgrade --yes --allow-unauthenticated

0 comments on commit dfe666b

Please sign in to comment.