We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd98fcf commit c5c6d36Copy full SHA for c5c6d36
setup.sh
@@ -18,6 +18,8 @@ apt-get update
18
apt-get install unionfs-fuse -y
19
apt-get install bc -y
20
apt-get install screen -y
21
+apt-get install unzip -y
22
+apt-get install fuse -y
23
24
if [ ! -d "${rclone_dir}" ]; then
25
mkdir "${rclone_dir}"
0 commit comments