diff --git a/.gitignore b/.gitignore index dab2fe4..8e5bbf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -adl.exe \ No newline at end of file +*.py \ No newline at end of file diff --git a/checkup_system.ps1 b/checkup_system.ps1 index 339263f..7545234 100644 --- a/checkup_system.ps1 +++ b/checkup_system.ps1 @@ -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 diff --git a/update_system.ps1 b/update_system.ps1 index a1e93cd..83d3912 100644 --- a/update_system.ps1 +++ b/update_system.ps1 @@ -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"