Clean up packages-microsoft-prod.deb

This commit is contained in:
Radon Rosborough 2021-01-13 22:06:02 -08:00
parent d46b1a9ece
commit b82556bfd8
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ latest_release() {
curl -sSL "https://api.github.com/repos/$1/releases/latest" | jq -r .tag_name curl -sSL "https://api.github.com/repos/$1/releases/latest" | jq -r .tag_name
} }
pushd /tmp mkdir /tmp/riju-work
pushd /tmp/riju-work
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
@ -146,5 +147,6 @@ mkdir -p /opt/riju/langs
touch /opt/riju/langs/.keep touch /opt/riju/langs/.keep
popd popd
rm -rf /tmp/riju-work
rm "$0" rm "$0"