mirror of
https://github.com/tdeerenberg/Musort.git
synced 2025-07-16 00:54:19 +00:00
Update install.sh
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user