2024-12-23 11:10:24 -05:00
|
|
|
mudPath="${installPath}/tintin-endoftime/eot.tin"
|
|
|
|
pushd "${mudPath%/*}"
|
|
|
|
git pull | \
|
|
|
|
dialog --progressbox "Checking for updates, please wait..." -1 -1
|
|
|
|
if [[ -n "${COLORTERM}" ]]; then
|
2024-12-31 11:33:08 -05:00
|
|
|
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
|
2024-12-23 11:10:24 -05:00
|
|
|
else
|
2024-12-31 11:33:08 -05:00
|
|
|
tt++ "${mudPath%/*}" "${mudPath##*/}"
|
2024-12-23 11:10:24 -05:00
|
|
|
fi
|