Skip to content

Commit

Permalink
fix ubuntu script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent 006e298 commit 6c57731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bash/bigfix_run_qna_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ ar x /tmp/BESAgent-ubuntu.deb --output=/tmp

ls /tmp

tar --overwrite --extract --file=/tmp/data.tar.gz --directory=/tmp --exclude=var* --exclude=etc* --exclude=lib/*
tar --overwrite --extract --file=/tmp/data.tar.xz --directory=/tmp --exclude=var* --exclude=etc* --exclude=lib/*

rm /tmp/control.tar.gz
rm /tmp/data.tar.gz
rm /tmp/control.tar.xz
rm /tmp/data.tar.xz
rm /tmp/debian-binary
rm --dir /tmp/lib

Expand Down

0 comments on commit 6c57731

Please sign in to comment.