wareck 3 years ago
parent
commit
44e7605499
1 changed files with 1 additions and 1 deletions
  1. 1 1
      upload_mega.sh

+ 1 - 1
upload_mega.sh

@@ -73,7 +73,7 @@ if [[ ! $ftp_i = "" || ! $pi7z_i = "" || ! $pv_i = "" || ! $cifs_i = "" ]]
 then
 echo -e "\n\e[95mSoftwares update & install :\e[0m"
 sudo apt-get update
-sudo apt install $pi7z_i $ftp_i $pv_i $cifs_i -y
+sudo apt install $pi7z_i $ftp_i $pv_i $cifs_i cifs-utils -y
 check_software_
 fi
 echo -e "Done."