bump version to 2

This commit is contained in:
Adeeb Shihadeh
2021-09-30 14:42:10 -07:00
parent a55517855b
commit 4b5adc3f74
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -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
View File
@@ -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