From 9b3f165c883ff587adc2b85ed59b96da3e852b4f Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 7 Aug 2021 12:00:16 +0200 Subject: [PATCH] updated my update script --- update_system.ps1 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/update_system.ps1 b/update_system.ps1 index c200cea..a1e93cd 100644 --- a/update_system.ps1 +++ b/update_system.ps1 @@ -21,10 +21,17 @@ Write-Host -ForegroundColor Green "Updating anime downloader from github" pip3 install -U git+https://github.com/vn-ki/anime-downloader.git --user Write-Host "" + Write-Host "" Write-Host "" -Write-Host -ForegroundColor Green "Update flutter" -flutter upgrade +Write-Host -ForegroundColor Green "Updating rustup" +rustup self update +Write-Host "" + +Write-Host "" +Write-Host "" +Write-Host -ForegroundColor Green "Updating rust" +rustup update Write-Host "" Write-Host ""