mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -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
|
#!/bin/bash
|
||||||
CREW_INSTALLER_VERSION=2025112401
|
CREW_INSTALLER_VERSION=2025120401
|
||||||
# Exit on fail.
|
# Exit on fail.
|
||||||
set -eE
|
set -eE
|
||||||
|
|
||||||
@@ -178,7 +178,7 @@ aarch64|armv7l|armv8l)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
: "${CREW_PY_VER:=3.13}"
|
: "${CREW_PY_VER:=3.14}"
|
||||||
CREW_NPROC="$(nproc)"
|
CREW_NPROC="$(nproc)"
|
||||||
export CREW_NPROC
|
export CREW_NPROC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user