From db83ad3d80a7cefe5be1204fbbbd548099de860e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:51:50 +0900 Subject: [PATCH] Update update.sh --- update.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update.sh b/update.sh index 7498654..b456c4e 100644 --- a/update.sh +++ b/update.sh @@ -4,11 +4,11 @@ mount -o remount,rw / XLXFOLDER=/xlx -wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/xlx-cron.sh -wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/xlx-del.sh -wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/xlx-getdmrid.sh -wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/xlx-gethost.sh -wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/xlx-update.sh +wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/cron.sh +wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/del.sh +wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/getdmrid.sh +wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/gethost.sh +wget -q -N -P ${XLXFOLDER}/scripts/ https://xlx.dmrykt.ru/pistar/update.sh chmod +x ${XLXFOLDER}/scripts/*.sh