Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
madslundt authored Sep 25, 2017
1 parent 41d7edf commit 72e3146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ apt-get install screen -y
apt-get install unzip -y
apt-get install fuse -y

if [ ! -d "${_rclone_release}" ]; then
mkdir "${_rclone_release}"
if [ ! -d "${rclone_dir}" ]; then
mkdir "${rclone_dir}"
fi
wget "${_rclone_url}"
unzip "${_rclone_zip}"
chmod a+x "${_rclone_release}/rclone"
cp -rf "${_rclone_release}/*" "${_rclone_release}/"
cp -rf "${_rclone_release}/*" "${rclone_dir}/"
rm -rf "${_rclone_zip}"
rm -rf "${_rclone_release}"

Expand Down

0 comments on commit 72e3146

Please sign in to comment.