Skip to content

Commit

Permalink
fix: ubuntu installer
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Oct 24, 2023
1 parent 56efa01 commit 5e07e49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installers/apt/essentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ if [[ $EUID -ne 0 ]]; then
exit 1
fi

# Set environment variables to non-interactive (this prevents some prompts)
export DEBIAN_FRONTEND=non-interactive

apt-install(){
apt-get -y install $@
}
Expand Down

0 comments on commit 5e07e49

Please sign in to comment.