9 lines
138 B
Bash
9 lines
138 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Source debconf library.
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_input critical virtualbox-ext-pack/license || true
|
|
db_go
|