@@ -503,27 +503,27 @@ msgid ""
503
503
msgstr ""
504
504
"RELEASE=\" python-\\ |version|\\ 0b2-macos11.pkg\" \n"
505
505
"\n"
506
- "# pobierz pakiet instalatora \n"
506
+ "# download installer pkg \n"
507
507
"curl -O \\ https://www.python.org/ftp/python/\\ |version|\\ .0/${RELEASE}\n"
508
508
"\n"
509
- "# utwórz zmiany wyboru instalatora aby dostosować instalację:\n"
510
- "# Włącz PythonTFramework-\\ |version|\\ pakiet\n"
511
- "# akceptując pozostałe ustawienia domyślne (zainstaluj wszystkie pozostałe "
512
- "pakiety)\n"
509
+ "# create installer choicechanges to customize the install:\n"
510
+ "# enable the PythonTFramework-\\ |version|\\ package\n"
511
+ "# while accepting the other defaults (install all other packages)\n"
513
512
"cat > ./choicechanges.plist <<EOF\n"
514
513
"<?xml version=\" 1.0\" encoding=\" UTF-8\" ?>\n"
515
514
"<!DOCTYPE plist PUBLIC \" -//Apple//DTD PLIST 1.0//EN\" \"\\ http://www.apple."
516
515
"com/DTDs/PropertyList-1.0.dtd\" >\n"
517
516
"<plist version=\" 1.0\" >\n"
518
517
"<array>\n"
519
- "<dict>\n"
520
- "<key>attributeSetting</key>\n"
521
- "<integer>1</integer>\n"
522
- "<key>choiceAttribute</key>\n"
523
- "<string>selected</string>\n"
524
- "<key>choiceIdentifier</key>\n"
525
- "<string>org.python.Python.PythonTFramework-\\ |version|\\ </string>\n"
526
- "</dict>\n"
518
+ " <dict>\n"
519
+ " <key>attributeSetting</key>\n"
520
+ " <integer>1</integer>\n"
521
+ " <key>choiceAttribute</key>\n"
522
+ " <string>selected</string>\n"
523
+ " <key>choiceIdentifier</key>\n"
524
+ " <string>org.python.Python.PythonTFramework-\\ |version|\\ </"
525
+ "string>\n"
526
+ " </dict>\n"
527
527
"</array>\n"
528
528
"</plist>\n"
529
529
"EOF\n"
0 commit comments