Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsears authored May 26, 2021
1 parent 6e241c1 commit 2804e4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ update_software_and_system(){
systemctl start openssh
fi
pip3 install -r $current_directory/chianas/requirements.txt
git clone https://github.com/truenas/py-SMART.git
cd py-SMART
python3 setup.py install
apt autoremove -y
echo -e "${green}DONE${nc}\n"
}
Expand Down

0 comments on commit 2804e4d

Please sign in to comment.