We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bd922 commit 9fbed55Copy full SHA for 9fbed55
fix
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-curl -sk -H "Cache-Control: no-cache, no-store" -o /root/hoobs-fix.sh https://dl.hoobs.org/debian/payload
+curl -sk -H "Cache-Control: no-cache, no-store" -o /root/hoobs-fix.sh https://dl.hoobs.org/debian/payload
4
chmod 755 /root/hoobs-fix.sh
5
touch /root/hoobs-fix.log
6
~/hoobs-fix.sh > /root/hoobs-fix.log 2>&1 &
0 commit comments