Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteDasher committed Dec 7, 2020
1 parent 5d690f3 commit 8b0aeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archbashstrap
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ gzip -d -f < extra.db > "extra.tar" || die "Error during gzip -d for extra.db"
msg2 "Unpacking (2/3)..."
mkdir core_db || die "Error during creating directory 'core_db'"
mkdir extra_db || die "Error during creating directory 'extra_db'"
tar -x -f core.db -C core_db || die "Error during tar -x -f core.db"
tar -x -f extra.db -C extra_db || die "Error during tar -x -f extra.db"
tar -x -f core.tar -C core_db || die "Error during tar -x -f core.db"
tar -x -f extra.tar -C extra_db || die "Error during tar -x -f extra.db"
msg2 "Unpacking (3/3)..."
rm -r core.db core.tar extra.db extra.tar || die "Error during removing database files"
msg "Done"
Expand Down

0 comments on commit 8b0aeb5

Please sign in to comment.