Skip to content

Commit 1407aa9

Browse files
committed
fix copy
1 parent ab648ce commit 1407aa9

7 files changed

Lines changed: 7 additions & 17 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", "88b64ae728b8b4b1cde55612a225edfadb44853668eded13fdc9281ad9a92e3", version)
137-
downloadBootstrap("arm", "e66ad5746c3a7aed1035a60f8594b49ccd876c21a9cc5333f31a2242c3420cb8", version)
138-
downloadBootstrap("i686", "296181caf6f06603d42cfbca8bef072a7b24d546e35772f3e472ad70ff0ea69f", version)
139-
downloadBootstrap("x86_64", "1fd0bfc2c5cfdfe0e9954dfb3c8350840183d7b7d352e0709e2fd702c1362fcd", version)
136+
downloadBootstrap("aarch64", "1c347eed68913caf4634f1dd767e5ba0bc3d03b97ef815122d19c2cb82d79cf2", version)
137+
downloadBootstrap("arm", "459e967406de426b79a833bca959ea14ec54e35f30f0b444ce15840a19fd643c", version)
138+
downloadBootstrap("i686", "55851759a961d00ce04fcb62b5015264946810649e78e3b86e54ac162078066f", version)
139+
downloadBootstrap("x86_64", "24b6223461ec665d1b3462c77c76b662b1cf182f262ad1473039281f397ec54", version)
140140
}
141141
}
142142

bootstrap/bootstrap-aarch64.zip

-92 Bytes
Binary file not shown.

bootstrap/bootstrap-arm.zip

-92 Bytes
Binary file not shown.

bootstrap/bootstrap-i686.zip

-92 Bytes
Binary file not shown.

bootstrap/bootstrap-x86_64.zip

-92 Bytes
Binary file not shown.

bootstrap/changes.zip

-92 Bytes
Binary file not shown.

bootstrap/changes/tel/setup.sh

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,12 @@ if [ "$UPDATE" = false ]; then #if first start detected
6565
echo "cat ~/../usr/etc/motd | lolcat" >> ~/.zshrc #set motd message for zsh
6666

6767
log "installing configs" #todo: optimize this
68-
cp -r ~/../usr/tel/.byobu/{.,}* ~/.byobu/
69-
cp -r ~/../usr/tel/.termux/{.,}* ~/.termux/
70-
cp -r ~/../usr/tel/.tel/{.,}* ~/.tel/
68+
#cp -r ~/../usr/tel/.termux/{.,}* ~/.termux/
69+
#cp -r ~/../usr/tel/.tel/{.,}* ~/.tel/
7170
fi
71+
cp -r ~/../usr/tel/{.,}* ~/
7272

7373
cd ~
74-
log "updating configs"
75-
76-
error "updating configs. hit ENTER! type 'no' to skip (not recommend)"
77-
read byobu
78-
if [ ! "$byobu" = "no" ]; then #only update configs and colors if user want to
79-
cp -r ~/../usr/tel/.byobu/* ~/.byobu/
80-
cp -r ~/../usr/tel/.termux/* ~/.termux/
81-
fi
82-
83-
cp -r ~/../usr/tel/.tel/* ~/.tel/
8474

8575
log "updating permissions"
8676

0 commit comments

Comments
 (0)