Skip to content

Commit

Permalink
Updated CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Aug 22, 2018
1 parent 7380f01 commit c94f12f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Changelog (English)

2.1.1
Added support Fedora 28 (end of support for 27 and below)
Improved web terminal
Fixed support Arch Linux i686 (http://mirror.archlinux32.org)
Fixed problem with initial installation of Arch Linux (issue #986)
Fixed CentOS bootstrap (issues #972)
Fixed problem with NSS and systemd (issue #971)
Improved web terminal
Fixed problem with unchroot am

2.1.0
Added support Ubuntu 18.04 LTS (bionic)
Expand Down Expand Up @@ -414,7 +417,10 @@ Updated list packages of base system installation
2.1.1
Добавлена поддержка Fedora 28 (закончена поддержка 27 и более ранних)
Исправлена поддержка Arch Linux i686 (http://mirror.archlinux32.org)
Исправлена проблема с начальной установкой Arch Linux (тикет #986)
Исправлена проблема с установкой CentOS (тикет #972)
Исправлена проблема с NSS и systemd (тикет #971)
Исправлена проблема с unchroot am
Улучшена работа веб-терминала

2.1.0
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId 'ru.meefik.linuxdeploy'
minSdkVersion 14
targetSdkVersion 28
versionCode 238
versionCode 240
versionName "2.1.1"
}
buildTypes {
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
Expand Down

0 comments on commit c94f12f

Please sign in to comment.