From bb1c8b0532f6ade849c95959b6e99e58184984c6 Mon Sep 17 00:00:00 2001 From: Nyako Date: Tue, 9 Jun 2026 14:05:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20seedbox-install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seedbox-install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 seedbox-install.sh diff --git a/seedbox-install.sh b/seedbox-install.sh new file mode 100644 index 0000000..76b2446 --- /dev/null +++ b/seedbox-install.sh @@ -0,0 +1,4 @@ +echo "deb [trusted=yes] https://flood-apt-repo.pages.dev/ devel main" | sudo tee /etc/apt/sources.list.d/flood.list +sudo apt update +sudo apt install -y flood +sudo apt install -y rtorrent \ No newline at end of file