meh #14

Merged
maximstewart merged 9 commits from master into develop 2020-05-03 08:11:33 +00:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit cf4c81014b - Show all commits

View File

@ -15,4 +15,5 @@ n/a
* Create extremely bare bones install pipeline for core dependencies accross all build types.
# Images
![1 Distro Builder menu. ](images/pic1.png)
![1 Distro Builder Menu. ](images/pic1.png)
![1 Distro Builder Chroot Menu. ](images/pic2.png)

BIN
images/pic2.png Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -64,9 +64,9 @@ function get_live_iso_dependencies() {
read -p "--> : " ANSR
done
case $ANSR in
"0" ) apt-get install --yes ubiquity-frontend-gtk --no-install-recommends --no-install-suggests;;
"1" ) apt-get install --yes ubiquity-frontend-kde --no-install-recommends --no-install-suggests;;
"2" ) return;;
"1" ) apt-get install --yes ubiquity-frontend-gtk --no-install-recommends --no-install-suggests;;
"2" ) apt-get install --yes ubiquity-frontend-kde --no-install-recommends --no-install-suggests;;
"0" ) return;;
esac
}