Skip to content

Commit c5c6d36

Browse files
authored
Update setup.sh
1 parent cd98fcf commit c5c6d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ apt-get update
1818
apt-get install unionfs-fuse -y
1919
apt-get install bc -y
2020
apt-get install screen -y
21+
apt-get install unzip -y
22+
apt-get install fuse -y
2123

2224
if [ ! -d "${rclone_dir}" ]; then
2325
mkdir "${rclone_dir}"

0 commit comments

Comments
 (0)