From 2621f6cdd9cb3e047d65df123881f923c49bb098 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Sat, 21 Jan 2023 00:49:00 +0800 Subject: [PATCH] touch /root/.aria2/aria2.session --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 496cf8e..eb57978 100644 --- a/install.sh +++ b/install.sh @@ -6,4 +6,5 @@ wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz tar -zxvf master.tar.gz --strip-components=1 rm -rf master.tar.gz sed -i 's|rpc-secret|#rpc-secret|g' ./aria2.conf +touch /root/.aria2/aria2.session ./tracker.sh \ No newline at end of file