mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +02:00
now it's truly fixed
This commit is contained in:
parent
f4e2796db3
commit
6c3482034b
@ -54,7 +54,7 @@ sudo ufw allow $torrentPort/udp
|
||||
if [ ! -d "${dstBasePath}${themePath}" ]; then
|
||||
mkdir -p /tmp/kaido/$containerName
|
||||
wget "https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.zip" -O "/tmp/kaido/$containerName/$themeFileName"
|
||||
sudo unzip "$dstConfigPath/$themeFileName" -d "$dstConfigPath"
|
||||
sudo unzip "/tmp/kaido/$containerName/$themeFileName" -d "$dstConfigPath"
|
||||
rm "/tmp/kaido/$containerName/$themeFileName"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user