exit 1;
fi
-wget https://deb.librewolf.net/pool/bookworm/ -O index.html;
-latestLink=$(grep -o '<a href=".*">' index.html | sed 's/>/ /g' | cut -d " " -f 2 | sed -n '2,$p' | sed 's/"/ /g' | cut -d " " -f 3 | tail -1);
+wget https://deb.librewolf.net/pool/bookworm/ -O /tmp/index.html;
+latestLink=$(grep -o '<a href=".*">' /tmp/index.html | sed 's/>/ /g' | cut -d " " -f 2 | sed -n '2,$p' | sed 's/"/ /g' | cut -d " " -f 2 | tail -1);
filename=$(basename $latestLink);
wget https://deb.librewolf.net${latestLink} -O /tmp/${filename};
-dpkg -i /tmp/${filename};
+dpkg -i /tmp/${filename};