Skip to content

Commit

Permalink
Ultradefrag version increased to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Sep 30, 2018
1 parent 724fed9 commit 490970b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/win-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

vars:
bleachbit_url: https://download.bleachbit.org/BleachBit-2.0-portable.zip
ultradefrag_url: http://sourceforge.mirrorservice.org/u/ul/ultradefrag/stable-release/7.0.2/ultradefrag-portable-7.0.2.bin.amd64.zip
ultradefrag_url: http://sourceforge.mirrorservice.org/u/ul/ultradefrag/stable-release/7.1.0/ultradefrag-portable-7.1.0.bin.amd64.zip

roles:
- role: ansible-role-virtio-win
Expand Down
4 changes: 2 additions & 2 deletions windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"inline":
[
"%HOMEDRIVE%\\BleachBit-Portable\\bleachbit_console.exe --clean deepscan.backup deepscan.ds_store deepscan.thumbs_db deepscan.tmp internet_explorer.cookies internet_explorer.forms internet_explorer.history internet_explorer.temporary_files system.clipboard system.custom system.logs system.memory_dump system.muicache system.prefetch system.recycle_bin system.tmp system.updates windows_defender.history windows_explorer.mru windows_explorer.recent_documents windows_explorer.run windows_explorer.search_history windows_explorer.thumbnails > NUL",
"%HOMEDRIVE%\\ultradefrag-portable-7.0.2.amd64\\udefrag.exe --optimize --repeat --suppress-progress-indicator %SystemDrive%",
"rmdir /s /q %HOMEDRIVE%\\ultradefrag-portable-7.0.2.amd64",
"%HOMEDRIVE%\\ultradefrag-portable-7.1.0.amd64\\udefrag.exe --optimize --repeat --suppress-progress-indicator %SystemDrive%",
"rmdir /s /q %HOMEDRIVE%\\ultradefrag-portable-7.1.0.amd64",
"%HOMEDRIVE%\\BleachBit-Portable\\bleachbit_console.exe --clean system.free_disk_space",
"rmdir /s /q %HOMEDRIVE%\\BleachBit-Portable"
],
Expand Down

0 comments on commit 490970b

Please sign in to comment.