Update scipts

This commit is contained in:
CronyAkatsuki 2021-08-22 19:14:18 +02:00
parent 17a8fb2652
commit 57931a08a1
3 changed files with 2 additions and 21 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
adl.exe
*.py

View File

@ -1,5 +1,5 @@
Write-Host ""
Write-Host -ForegroundColor "Malware scan using adwcleaner"
Write-Host -ForegroundColor Green "Malware scan using adwcleaner"
Write-Host ""
adwcleaner.exe

View File

@ -15,25 +15,6 @@ Write-Host -ForegroundColor Green "Updating python packages"
Write-Host ""
pip freeze | ForEach-Object{$_.split('==')[0]} | ForEach-Object{pip install --upgrade $_}
Write-Host ""
Write-Host ""
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 "Updating rustup"
rustup self update
Write-Host ""
Write-Host ""
Write-Host ""
Write-Host -ForegroundColor Green "Updating rust"
rustup update
Write-Host ""
Write-Host ""
Write-Host ""
write-host -ForegroundColor Green "Check for windows updates"