@@ -16,31 +16,31 @@ if [ ! -e publicsans/fonts/otf/PublicSans-Regular.otf ]; then
1616fi
1717
1818if [ ! -e ace.min.js ]; then
19- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /ace.min.js -O ace.min.js
19+ wget https://editor.joshsim.org/third_party /ace.min.js -O ace.min.js
2020fi
2121
2222if [ ! -e theme-textmate.js ]; then
23- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /theme-textmate.min.js -O theme-textmate.js
23+ wget https://editor.joshsim.org/third_party /theme-textmate.min.js -O theme-textmate.js
2424fi
2525
2626if [ ! -e theme-textmate-css.js ]; then
27- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /theme-textmate-css.min.js -O theme-textmate-css.js
27+ wget https://editor.joshsim.org/third_party /theme-textmate-css.min.js -O theme-textmate-css.js
2828fi
2929
3030if [ ! -e ext-searchbox.js ]; then
31- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /ext-searchbox.js -O ext-searchbox.js
31+ wget https://editor.joshsim.org/third_party /ext-searchbox.js -O ext-searchbox.js
3232fi
3333
3434if [ ! -e ext-options.js ]; then
35- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /ext-options.js -O ext-options.js
35+ wget https://editor.joshsim.org/third_party /ext-options.js -O ext-options.js
3636fi
3737
3838if [ ! -e ext-prompt.js ]; then
39- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /ext-prompt.js -O ext-prompt.js
39+ wget https://editor.joshsim.org/third_party /ext-prompt.js -O ext-prompt.js
4040fi
4141
4242if [ ! -e ext-language_tools.js ]; then
43- wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2 /ext-language_tools.js -O ext-language_tools.js
43+ wget https://editor.joshsim.org/third_party /ext-language_tools.js -O ext-language_tools.js
4444fi
4545
4646if [ ! -e tabby-ui.min.css ]; then
0 commit comments