Skip to content

Commit 601b2f4

Browse files
committed
fix: default setup url
1 parent a210a02 commit 601b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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://janyo.pw:82/kiva/neoterm"
28+
private const val SOURCE = "http://193.112.47.241"
2929

3030
val DEFAULT_MAIN_PACKAGE_SOURCE: String
3131

0 commit comments

Comments
 (0)