From 34917b15f5bbc21b6461c61c1581e48d792e361a Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 21 Oct 2024 21:20:52 -0400 Subject: [PATCH] Update peanut-install.sh pin version v2.6.1 (test) --- install/peanut-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/peanut-install.sh b/install/peanut-install.sh index f32e764f..910a2ff8 100644 --- a/install/peanut-install.sh +++ b/install/peanut-install.sh @@ -35,7 +35,7 @@ msg_ok "Installed NUT" msg_info "Installing Peanut" RELEASE=$(curl -sL https://api.github.com/repos/Brandawg93/PeaNUT/releases/latest | grep '"tag_name":' | cut -d'"' -f4) -wget -qO peanut.tar.gz https://api.github.com/repos/Brandawg93/PeaNUT/tarball/${RELEASE} +wget -qO peanut.tar.gz https://api.github.com/repos/Brandawg93/PeaNUT/tarball/v2.6.1 mkdir -p /opt/peanut tar -xzf peanut.tar.gz -C /opt/peanut --strip-components 1 rm peanut.tar.gz @@ -76,4 +76,4 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"