Skip to content

Commit 67dedb6

Browse files
committed
optimize output
1 parent b35ff1f commit 67dedb6

7 files changed

Lines changed: 12 additions & 9 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ clean {
133133
task downloadBootstraps(){
134134
doLast {
135135
def version = 20
136-
downloadBootstrap("aarch64", "b2b0ab324c52c405dd8b367a6edc347cc97d8ca8db505542df5bb5a1f34c817f", version)
137-
downloadBootstrap("arm", "d37dc8ba7084bc5e423b235e3f71c75988dbe4b0fc8f926964cdc9c4651ceae1", version)
138-
downloadBootstrap("i686", "f1a65fed91ce60419c3c04f5c3b25ce68c7ed8f16074a4113d44b9f70e7c806b", version)
139-
downloadBootstrap("x86_64", "4f6899a42667b91fbb83dc36575287f9781a4702ba1e4c373c28fe76887a14b5", version)
136+
downloadBootstrap("aarch64", "8fd227e33cf66d2be4029bf5d1002533c6278101aee9f5f80eb45f7a2cfc114", version)
137+
downloadBootstrap("arm", "872dfb346aeb929cab4ed3eeb75ab0608ee0a0f514603e29e2f735e4ceedc8c2", version)
138+
downloadBootstrap("i686", "ea29e28e12597fe81e09d91e257d8517171d0a93b93eb3ea55a976154dfe97b4", version)
139+
downloadBootstrap("x86_64", "59534506b3904d354c0f7b7e1202e52bca0d2d2e5226f88ddb9b979d3322c2d0", version)
140140
}
141141
}
142142

bootstrap/bootstrap-aarch64.zip

25 Bytes
Binary file not shown.

bootstrap/bootstrap-arm.zip

25 Bytes
Binary file not shown.

bootstrap/bootstrap-i686.zip

25 Bytes
Binary file not shown.

bootstrap/bootstrap-x86_64.zip

25 Bytes
Binary file not shown.

bootstrap/changes.zip

25 Bytes
Binary file not shown.

bootstrap/changes/tel/setup.sh

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,11 @@ if [ -f ~/../usr/etc/motd_finished ]; then
9494
mv ~/../usr/etc/motd_finished ~/../usr/etc/motd #set final motd
9595
fi
9696

97-
touch ~/.tel/.installed #mark setup finished
98-
99-
log "final step: hit 'byobu-enable'"
100-
log "after that, hit 'exit' and restart the app!"
101-
log "if the layout is still missing, hit 'byobu-enable' and 'exit' again!"
97+
if [ "$UPDATE" = false ]; then
98+
touch ~/.tel/.installed #mark setup finished
99+
log "final step: hit 'byobu-enable'"
100+
log "after that, hit 'exit' and restart the app!"
101+
error "if the layout is still missing, hit 'byobu-enable' and 'exit' again!"
102+
else
103+
log "update finished. please reastart TEL!"
104+
fi

0 commit comments

Comments
 (0)