Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. @ECHO OFF
  2. SET DEVKIT_BASEDIR=C:\Program Files\Puppet Labs\DevelopmentKit
  3. SET RUBY_DIR=%DEVKIT_BASEDIR%\private\ruby\2.4.5
  4. SET SSL_CERT_FILE=%DEVKIT_BASEDIR%\ssl\cert.pem
  5. SET SSL_CERT_DIR=%DEVKIT_BASEDIR%\ssl\certs
  6.  
  7. if "%ConEmuANSI%"=="ON" (
  8. "%RUBY_DIR%\bin\ruby" -S -- "%RUBY_DIR%"\bin\pdk %*
  9. ) else (
  10. "%DEVKIT_BASEDIR%\private\tools\bin\ansicon.exe" "%RUBY_DIR%\bin\ruby" -S -- "%RUBY_DIR%\bin\pdk" %*
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement