Skip to content

Commit f15fd70

Browse files
committed
splashscreen - remove unneeded check/install in gui_splashscreen
1 parent 9444f1d commit f15fd70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scriptmodules/supplementary/splashscreen.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,6 @@ function download_extra_splashscreen() {
281281
}
282282

283283
function gui_splashscreen() {
284-
if [[ ! -d "$md_inst" ]]; then
285-
rp_callModule splashscreen depends
286-
rp_callModule splashscreen install
287-
fi
288284
local cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option." 22 86 16)
289285
while true; do
290286
local enabled=0

0 commit comments

Comments
 (0)