From cfba2b2031a3414b8557f481ff11eab44a56e461 Mon Sep 17 00:00:00 2001 From: velvettear Date: Mon, 28 Oct 2024 13:38:30 +0100 Subject: [PATCH 1/2] fix restic update --- scripts/update.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index 095433c..d4a2aaa 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -42,11 +42,10 @@ printf ""$font_colored"> removing orphaned packages..."$font_default"\n" printf ""$font_colored"> removing \"no valid subscription\" message..."$font_default"\n" sed -i.bak "s/data.status.* !== 'ACTIVE'/false/I" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js -printf ""$font_colored"> updating restic..."$font_default"\n" -restic self-update - -#printf ""$font_colored"> installing dark theme..."$font_default"\n" -#bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install +if [[ "$(which restic &> /dev/null)" ]]; then + printf ""$font_colored"> updating restic..."$font_default"\n" + restic self-update +fi printf ""$font_colored_bold">> system updated finished after "$SECONDS" seconds!"$font_default"\n" From ef798d84aa998b1920536ff4311da2f48e7972f0 Mon Sep 17 00:00:00 2001 From: velvettear Date: Mon, 28 Oct 2024 14:16:12 +0100 Subject: [PATCH 2/2] update powertop script for host 'j5040' --- scripts/powertop/j5040.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/powertop/j5040.sh b/scripts/powertop/j5040.sh index 7fe9e39..7469536 100755 --- a/scripts/powertop/j5040.sh +++ b/scripts/powertop/j5040.sh @@ -30,4 +30,7 @@ echo 'auto' > '/sys/bus/pci/devices/0000:00:12.0/ata2/power/control'; echo 'auto' > '/sys/bus/pci/devices/0000:04:00.0/ata5/power/control'; echo 'auto' > '/sys/bus/pci/devices/0000:00:15.0/power/control'; echo 'auto' > '/sys/bus/pci/devices/0000:04:00.0/power/control'; -echo 'auto' > '/sys/bus/pci/devices/0000:01:00.0/ata4/power/control'; +echo 'auto' > '/sys/bus/pci/devices/0000:01:00.0/ata4/power/control'; +echo 'disabled' > '/sys/bus/usb/devices/2-3/power/wakeup'; +echo 'disabled' > '/sys/bus/usb/devices/2-4/power/wakeup'; +echo 'auto' > '/sys/bus/usb/devices/1-5/power/control';