mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
sensors: fix tar
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
31807a861c
commit
ea388c9f7e
@ -11,7 +11,7 @@ if [ "${1}" = "late" ]; then
|
|||||||
mkdir -p "/tmpRoot/usr/arc/addons/"
|
mkdir -p "/tmpRoot/usr/arc/addons/"
|
||||||
cp -vf "${0}" "/tmpRoot/usr/arc/addons/"
|
cp -vf "${0}" "/tmpRoot/usr/arc/addons/"
|
||||||
|
|
||||||
tar zxf /addons/sensors-7.1.tgz -C /tmpRoot/usr/
|
tar -zxf /addons/sensors-7.1.tgz -C /tmpRoot/usr/
|
||||||
mv -f /tmpRoot/usr/etc/sensors* /tmpRoot/etc
|
mv -f /tmpRoot/usr/etc/sensors* /tmpRoot/etc
|
||||||
cp -vf /usr/bin/arc-sensors.sh /tmpRoot/usr/bin/arc-sensors.sh
|
cp -vf /usr/bin/arc-sensors.sh /tmpRoot/usr/bin/arc-sensors.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user