modifications
This commit is contained in:
parent
20348ce8d5
commit
3d070cc73a
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
setlocal
|
||||
REM ensure-choco command-name choco-package-name args
|
||||
where %1 2>nul >nul
|
||||
if errorlevel 1 (call choco install %2 -y & call v-choco-refreshenv)
|
||||
set _name_=%1
|
||||
call %_name_% %3 %4 %5 %6 %7 %8 %9
|
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
setlocal
|
||||
REM ensure-scoop command-name choco-package-name args
|
||||
where %1 2>nul >nul
|
||||
if errorlevel 1 (call scoop install %2 & call v-choco-refreshenv)
|
||||
set _name_=%1
|
||||
call %_name_% %3 %4 %5 %6 %7 %8 %9
|
Binary file not shown.
BIN
readme.ppt
BIN
readme.ppt
Binary file not shown.
Loading…
Reference in New Issue