Skip to content

Commit

Permalink
install debs in /media/data/debs afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Dec 9, 2023
1 parent d8b1434 commit 0c57ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,8 @@ task_instsoft() {
grep -E "^E:" $LOGDIR/software.log && task_error 472
grep "Couldn't find any package whose name or description matched" $LOGDIR/software.log && task_error 321
grep -q "E: Sub-process /usr/bin/dpkg returned an error code" $LOGDIR/software.log && task_error 620

install_debs_from_data |& tee -a $LOGDIR/software.log
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
task_finish() {
Expand Down

0 comments on commit 0c57ffa

Please sign in to comment.