Added more documentation step by step

This commit is contained in:
Roger Gonzalez 2023-01-09 17:07:15 -03:00
parent a7cdbdba65
commit 446f029034
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -105,7 +105,7 @@ realpath $media_folder &>/dev/null || send_error_message "There was an error wit
media_folder=$(realpath $media_folder)
read -p "Are you sure your media folder is $media_folder? [y/N]: " media_folder_correct
read -p "Are you sure your media folder is $media_folder? Maye sure your user has permissions on this folder! [y/N]: " media_folder_correct
media_folder_correct=${media_folder_correct:-"n"}
if [ $media_folder_correct == "n" ]; then
@ -159,7 +159,8 @@ fi
# Cleaning up...
# ============================================================================================
cp yams /usr/local/bin/yams && chmod +x /usr/local/bin/yams
echo "We need your sudo password to install the yams CLI"
sudo cp yams /usr/local/bin/yams && sudo chmod +x /usr/local/bin/yams
printf "\033c"