Move config to..
This commit is contained in:
parent
f13ee6d74e
commit
3474e812dd
|
|
@ -22,3 +22,9 @@ function get_() {
|
||||||
URL=$(web_redirect "https://zrn.co/${RELEASE}${EDITION}")
|
URL=$(web_redirect "https://zrn.co/${RELEASE}${EDITION}")
|
||||||
echo "${URL} ${HASH}"
|
echo "${URL} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function specific_tweaks() {
|
||||||
|
case ${EDITION} in
|
||||||
|
education64|edulite64) echo "disk_size=\"32G\"" >> "${CONF_FILE}"
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
|
||||||
4
quickget
4
quickget
|
|
@ -688,10 +688,6 @@ EOF
|
||||||
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
|
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
|
||||||
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
|
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
|
||||||
;;
|
;;
|
||||||
zorin)
|
|
||||||
case ${EDITION} in
|
|
||||||
education64|edulite64) echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
|
|
||||||
esac;;
|
|
||||||
macos)
|
macos)
|
||||||
echo "disk_size=\"128G\"" >> "${CONF_FILE}"
|
echo "disk_size=\"128G\"" >> "${CONF_FILE}"
|
||||||
echo "macos_release=\"${RELEASE}\"" >> "${CONF_FILE}"
|
echo "macos_release=\"${RELEASE}\"" >> "${CONF_FILE}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue