mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
6 years ago
|
#!/bin/sh
|
||
|
|
||
|
# Exit on error
|
||
|
set -e
|
||
|
|
||
|
# Source debconf library.
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
# Ask questions
|
||
|
db_input low srslte/install_configs_question || true
|
||
|
|
||
|
# Show interface
|
||
|
db_go || true
|