Skip to content

Commit 87cf190

Browse files
committed
Fixed bad url's
For setup and in NeoTermPath
1 parent 87f72ca commit 87cf190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/io/neoterm/frontend/config/NeoTermPath.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object NeoTermPath {
2525
const val SOURCE_FILE = "$USR_PATH/etc/apt/sources.list"
2626
const val PACKAGE_LIST_DIR = "$USR_PATH/var/lib/apt/lists"
2727

28-
private const val SOURCE = "http://120.79.193.152"
28+
private const val SOURCE = "http://120.79.193.152/neoterm"
2929

3030
val DEFAULT_MAIN_PACKAGE_SOURCE: String
3131

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<string name="dangerous_zone">Dangerous Zone</string>
169169
<string name="reset_app_warning">You will have to re-setup later, confirm?</string>
170170

171-
<string name="default_source_url" translatable="false">http://120.79.193.152</string>
171+
<string name="default_source_url" translatable="false">http://120.79.193.152/neoterm</string>
172172

173173
<string-array name="pref_general_shell_entries" translatable="false">
174174
<item>sh</item>

0 commit comments

Comments
 (0)