mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-05 05:34:10 -05:00
Move install.sh to using Python 3.14 by default. (#13718)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6e87f25542
commit
06c8011cb7
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
CREW_INSTALLER_VERSION=2025112401
|
||||
CREW_INSTALLER_VERSION=2025120401
|
||||
# Exit on fail.
|
||||
set -eE
|
||||
|
||||
@@ -178,7 +178,7 @@ aarch64|armv7l|armv8l)
|
||||
;;
|
||||
esac
|
||||
|
||||
: "${CREW_PY_VER:=3.13}"
|
||||
: "${CREW_PY_VER:=3.14}"
|
||||
CREW_NPROC="$(nproc)"
|
||||
export CREW_NPROC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user