From 4791c7e0a7087b0a1cb8cc8fc3864c79fda147f6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 10 Nov 2018 15:56:17 -0800 Subject: [PATCH] Bump earlyoom version --- net/scripts/install-earlyoom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/scripts/install-earlyoom.sh b/net/scripts/install-earlyoom.sh index 891b68b265..a0e7f3995d 100755 --- a/net/scripts/install-earlyoom.sh +++ b/net/scripts/install-earlyoom.sh @@ -13,8 +13,8 @@ sysctl -w kernel.sysrq=$(( $(cat /proc/sys/kernel/sysrq) | 64 )) if command -v earlyoom; then systemctl status earlyoom else - wget -r -l1 -np http://ftp.us.debian.org/debian/pool/main/e/earlyoom/ -A 'earlyoom_1.1-*_amd64.deb' -e robots=off -nd - apt install --quiet --yes ./earlyoom_1.1-*_amd64.deb + wget -r -l1 -np http://ftp.us.debian.org/debian/pool/main/e/earlyoom/ -A 'earlyoom_1.2-*_amd64.deb' -e robots=off -nd + apt install --quiet --yes ./earlyoom_1.2-*_amd64.deb cat > earlyoom <