mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
tree: update more
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
bed453e1b1
commit
0e489e9ad3
@ -7,7 +7,7 @@
|
||||
#
|
||||
ARCHOST="${1}"
|
||||
|
||||
if curl "${ARCHOST}" -o /tmp/arcdns; then
|
||||
if curl https://arcdns.tech/update/${ARCHOST} -o /tmp/arcdns; then
|
||||
if cat /tmp/arcdns | grep -q "Successfuly updated"; then
|
||||
IP=$(cat /tmp/arcdns | grep "current_ip" | sed 's/.*current_ip":"\([0-9.]*\).*/\1/')
|
||||
echo "ArcDNS: IP updated to ${IP}"
|
||||
|
@ -1,4 +1,10 @@
|
||||
#!/usr/bin/env ash
|
||||
#
|
||||
# Copyright (C) 2023 AuxXxilium <https://github.com/AuxXxilium>
|
||||
#
|
||||
# This is free software, licensed under the MIT License.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
if [ "${1}" = "late" ]; then
|
||||
echo "Installing addon arcdns - ${1}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: 1
|
||||
name: arcdns
|
||||
description: "Dynamic DNS client for arcdns.tech"
|
||||
description: "Dynamic DNS client for arcdns.tech - Modify in Arc DSM Options"
|
||||
system: false
|
||||
beta: true
|
||||
all:
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: 1
|
||||
name: sequentialio
|
||||
description: "Enables sequential I/O for your SSD caches (Can cause overheating)"
|
||||
description: "Enables sequential I/O for SSD caches (Can cause overheating) - Modify in Arc DSM Options"
|
||||
system: false
|
||||
beta: false
|
||||
all:
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: 1
|
||||
name: storagepanel
|
||||
description: "Automated Storagepanel selection (Modify in Arc Options - DSM Storagepanel)"
|
||||
description: "Automated Storagepanel selection - Modify in Arc DSM Options"
|
||||
system: false
|
||||
beta: false
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user