Skip to content

Commit

Permalink
Update updater.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sxtq authored Jan 25, 2021
1 parent 8def8f6 commit f584d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ updater () {
cp -r "$wd" "$wd.bk"
rmfiles
msg="EXTRACTING BINARY TO $wd" && print
mkdir "$wd"
tar -xjvf "$a1" -C "$wd" --strip-components=1
rm "$keyname" "$hashfile" "$a1"
}
Expand Down

0 comments on commit f584d00

Please sign in to comment.