mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Installer - remove chrome target #152
This commit is contained in:
parent
14983e6503
commit
e72cc9ad1e
2 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ function Copy-Auto() {
|
|||
Write-Host "${target} alreay exist."
|
||||
Write-Host "Now Backup.."
|
||||
Copy-Auto "${target}" "${target}.bak"
|
||||
Remove-Item "${target}" -Recurse -Force
|
||||
Write-Host ""
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@ autocp() {
|
|||
echo "${target} alreay exist."
|
||||
echo "Now Backup.."
|
||||
autocp "${target}" "${target}.bak"
|
||||
rm -rf "${target}"
|
||||
echo ""
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue