commit
cf4c81014b
@ -15,4 +15,5 @@ n/a
|
|||||||
* Create extremely bare bones install pipeline for core dependencies accross all build types.
|
* Create extremely bare bones install pipeline for core dependencies accross all build types.
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||

|

|
||||||
|

|
||||||
|
BIN
images/pic2.png
Normal file
BIN
images/pic2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -64,9 +64,9 @@ function get_live_iso_dependencies() {
|
|||||||
read -p "--> : " ANSR
|
read -p "--> : " ANSR
|
||||||
done
|
done
|
||||||
case $ANSR in
|
case $ANSR in
|
||||||
"0" ) apt-get install --yes ubiquity-frontend-gtk --no-install-recommends --no-install-suggests;;
|
"1" ) 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" ) apt-get install --yes ubiquity-frontend-kde --no-install-recommends --no-install-suggests;;
|
||||||
"2" ) return;;
|
"0" ) return;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user