mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
podman@5.4.0: Revert workaround needed for v5.3 (#6528)
This commit is contained in:
parent
49eade6586
commit
bd2c3669e7
@ -13,16 +13,9 @@
|
||||
"installer": {
|
||||
"script": [
|
||||
"Expand-DarkArchive \"$dir\\podman-$version-setup.exe\" \"$dir\\_tmp\" -Removal",
|
||||
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles64\\RedHat\\Podman'",
|
||||
"if (get_config USE_ISOLATED_PATH) {",
|
||||
" Add-Path -Path ('%' + $scoopPathEnvVar + '%') -Global:$global",
|
||||
"}",
|
||||
"Add-Path -Path $original_dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
|
||||
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles64\\RedHat\\Podman'"
|
||||
]
|
||||
},
|
||||
"uninstaller": {
|
||||
"script": "Remove-Path -Path $dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/containers/podman"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user