mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
Change:Debian installer
This commit is contained in:
parent
7f32100ea5
commit
91018e3c9b
@ -1,5 +1,5 @@
|
||||
Package: audiobookshelf
|
||||
Version: 1.2.1
|
||||
Version: 1.6.41
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
@ -94,28 +94,6 @@ setup_config_interactive() {
|
||||
fi
|
||||
}
|
||||
|
||||
should_build_config() {
|
||||
if [ -f "$CONFIG_PATH" ]; then
|
||||
echo "You already have a config file. Do you want to use it?"
|
||||
|
||||
options=("Yes" "No")
|
||||
select yn in "${options[@]}"
|
||||
do
|
||||
case $yn in
|
||||
"Yes")
|
||||
false; return
|
||||
;;
|
||||
"No")
|
||||
true; return
|
||||
;;
|
||||
esac
|
||||
done
|
||||
else
|
||||
echo "No existing config found in $CONFIG_PATH"
|
||||
true; return
|
||||
fi
|
||||
}
|
||||
|
||||
setup_config() {
|
||||
if [ -f "$CONFIG_PATH" ]; then
|
||||
echo "Existing config found."
|
||||
|
Loading…
Reference in New Issue
Block a user