mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-19 05:42:03 +08:00
bump version to 2
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp
|
||||
COPY ./userspace/files/apt.conf /etc/apt/apt.conf
|
||||
|
||||
# Write version file
|
||||
RUN echo -n "1.6" > /VERSION
|
||||
RUN echo -n "2" > /VERSION
|
||||
|
||||
# ################## #
|
||||
# #### Cleaunup #### #
|
||||
|
||||
+7
-10
@@ -2,18 +2,16 @@
|
||||
|
||||
read -p "Is the kernel repo up to date? " -n 1 -r
|
||||
echo
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
echo "Update it and run again!"
|
||||
[[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
||||
echo "Update it and run again!"
|
||||
[[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1
|
||||
fi
|
||||
|
||||
read -p "Is the firmware repo up to date? Copied in the new abl if needed?" -n 1 -r
|
||||
read -p "Is the firmware repo up to date? Copied in the new abl if needed? " -n 1 -r
|
||||
echo
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
echo "Update it and run again!"
|
||||
[[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
||||
echo "Update it and run again!"
|
||||
[[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1
|
||||
fi
|
||||
|
||||
./build_kernel.sh
|
||||
@@ -21,4 +19,3 @@ cp output/wlan.ko userspace/usr/comma
|
||||
cp output/snd*.ko userspace/usr/comma/sound/
|
||||
./build_system.sh
|
||||
./package_ota.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user