Update menu-fdmr

This commit is contained in:
Esteban Mackay Q 2023-10-03 22:04:15 -05:00
parent f3a0ba8c68
commit b0f097569e
1 changed files with 2 additions and 1 deletions

View File

@ -361,7 +361,8 @@ fi
10)
menu-igate ;;
11)
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/update.sh)";
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/update.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-fdmr)" ;
esac
done
exit 0