Skip to content

Commit

Permalink
Merge pull request #94 from svpernova09/bugfix/noninteractive-to-update
Browse files Browse the repository at this point in the history
πŸš‘ Add noninteractive setting to update.sh
  • Loading branch information
svpernova09 authored Feb 6, 2017
2 parents d90c0c7 + a19a847 commit a024507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

# Update Package List
export DEBIAN_FRONTEND=noninteractive

# Update Package List
apt-get update

# Install Kernel Headers
Expand Down

0 comments on commit a024507

Please sign in to comment.