File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
12source plugins/functions
23
34do_chroot_ae " out/arm64" cat /debootstrap/debootstrap.log
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33RST=" \e[0m"
4- RED=" \e[1;31m" # *This is bold
4+ RED=" \e[1;31m" # *This is bold
55GREEN=" \e[1;32m"
66BLUE=" \e[34m"
7- DC=${BLUE}
7+ DC=${BLUE}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ do_debootstrap() {
145145 suite=" hirsute" # * need to add more logics for more suits
146146 shout " debootstraping $suite to $target_dir "
147147
148- if [ -n $OVERRIDER_MIRROR ]; then
148+ if [[ -n $OVERRIDER_MIRROR ] ]; then
149149 MIRROR=" $OVERRIDER_MIRROR "
150150 else
151151 MIRROR=" http://ports.ubuntu.com/ubuntu-ports/"
Original file line number Diff line number Diff line change 1313 -cpf \
1414 - " ${target_source} " -P \
1515 | pv -s $(( $(du - sk "${target_source} " | awk '{print $1 }') * 1024 )) | \
16- gzip > " ${target} " .tar.gz
16+ gzip > " ${target} " .tar.gz
Original file line number Diff line number Diff line change 1212 -cpf \
1313 - " ${target_source} " -P \
1414 | pv -s $(( $(du - sk "${target_source} " | awk '{print $1 }') * 1024 )) | \
15- bzip2 > " ${target} " .tar.xz
15+ bzip2 > " ${target} " .tar.xz
Original file line number Diff line number Diff line change 1313 -cpf \
1414 - " ${target_source} " -P \
1515 | pv -s $(( $(du - sk "${target_source} " | awk '{print $1 }') * 1024 )) | \
16- lz4 -9 > " ${target} " .tar.gz # use high compression
16+ lz4 -9 > " ${target} " .tar.gz # use high compression
You can’t perform that action at this time.
0 commit comments