Skip to content

Commit b8b85cb

Browse files
committed
fix typo
1 parent 9c5b7e5 commit b8b85cb

8 files changed

Lines changed: 8 additions & 6 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", "30623d2dde76048970e3dd01d50cba6f98c77c2c53470110a8e282d70ffc5c83", version)
137-
downloadBootstrap("arm", "e93415fe0cff7f766a39644117f934679d86322eaa9bac9ed62a5521002916d3", version)
138-
downloadBootstrap("i686", "edee1f7928dadf7379d3705de20702d14c898b4d93d5da43d96ed582837c4797", version)
139-
downloadBootstrap("x86_64", "747c209bfba045a0e53d614a77d02ab2a78631664685a898b95e042048911d70", version)
136+
downloadBootstrap("aarch64", "4f90260707f53746bb2f27774e6197c5f9cde280ca60574a952f0e35aab5653c", version)
137+
downloadBootstrap("arm", "78060c8ce6ae4d8a002e006597ddc62d33df7046e2e4f600ad0f1a5c5acf5a8e", version)
138+
downloadBootstrap("i686", "14803a5388880f763ffb2a19f56bbf5c5424acf5e5f38b373af47c8b76c2b4fc", version)
139+
downloadBootstrap("x86_64", "996558639a9333e9741143840666374d2e484c4bebb3958f2e42fc67301e9351", version)
140140
}
141141
}
142142

bootstrap/bootstrap-aarch64.zip

20 Bytes
Binary file not shown.

bootstrap/bootstrap-arm.zip

20 Bytes
Binary file not shown.

bootstrap/bootstrap-i686.zip

20 Bytes
Binary file not shown.

bootstrap/bootstrap-x86_64.zip

20 Bytes
Binary file not shown.

bootstrap/changes.zip

20 Bytes
Binary file not shown.

bootstrap/changes/bin/tel-setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ cd ~/../usr/
1515
wget https://github.com/t-e-l/tel/raw/master/bootstrap/changes.zip
1616
unzip -o changes.zip
1717
rm -f changes.zip
18+
chmod +x ~/../usr/bin/tel-setup
19+
chmod +x ~/../usr/bin/tel-applist
1820
bash tel/setup.sh

bootstrap/changes/tel/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ "$UPDATE" = false ]; then
4545

4646
log "installing configs"
4747
cp -r ~/../usr/tel/.byobu/* ~/.byobu/
48-
cp -r ~/../usr/tel/.termux/* ~/termux/
48+
cp -r ~/../usr/tel/.termux/* ~/.termux/
4949
cp -r ~/../usr/tel/.tel/* ~/.tel/
5050
fi
5151

@@ -56,7 +56,7 @@ error "updating configs. type 'no' to skip (not recommend)"
5656
read byobu
5757
if [ ! "$byobu" = "no" ]; then
5858
cp -r ~/../usr/tel/.byobu/* ~/.byobu/
59-
cp -r ~/../usr/tel/.termux/* ~/termux/
59+
cp -r ~/../usr/tel/.termux/* ~/.termux/
6060
cp -r ~/../usr/tel/.tel/* ~/.tel/
6161
fi
6262

0 commit comments

Comments
 (0)