We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9444f1d commit f15fd70Copy full SHA for f15fd70
scriptmodules/supplementary/splashscreen.sh
@@ -281,10 +281,6 @@ function download_extra_splashscreen() {
281
}
282
283
function gui_splashscreen() {
284
- if [[ ! -d "$md_inst" ]]; then
285
- rp_callModule splashscreen depends
286
- rp_callModule splashscreen install
287
- fi
288
local cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option." 22 86 16)
289
while true; do
290
local enabled=0
0 commit comments