Update install.sh

This commit is contained in:
tdeerenberg
2023-11-25 01:31:41 +01:00
committed by GitHub
parent 5f9abeef32
commit 12955f4792

View File

@ -39,6 +39,7 @@ if [ -e "$install_path/$script_name" ]; then
cp "$script_config" "$install_path/"
cp "$script_tinytag" "$install_path/"
cp "$script_variables" "$install_path/"
chmod +x "$install_path/$script_name"
echo "Musort updated successfully!"
else
echo "Upgrade canceled. Musort remains unchanged."
@ -49,7 +50,8 @@ else
cp "$script_config" "$install_path/"
cp "$script_tinytag" "$install_path/"
cp "$script_variables" "$install_path/"
chmod +x "$install_path/$script_name"
echo "Musort installed successfully!"
fi
echo "If not done already, add '$install_path' to \$PATH"
echo "If not done already, add '$install_path' to \$PATH"