bugfixing..
This commit is contained in:
parent
ad09057d89
commit
49a572588a
1 changed files with 2 additions and 2 deletions
4
dream.sh
4
dream.sh
|
@ -442,7 +442,7 @@ dist_setup() {
|
||||||
_setup debian
|
_setup debian
|
||||||
# Codename support
|
# Codename support
|
||||||
if [ -n $VERSION_CODENAME ]; then
|
if [ -n $VERSION_CODENAME ]; then
|
||||||
export $VERSION_CODENAME=$VERSION_CODENAME
|
export $VERSION_CODENAME=true
|
||||||
# exports the version codename as a variable like..
|
# exports the version codename as a variable like..
|
||||||
# trixie) trixie=true ;;
|
# trixie) trixie=true ;;
|
||||||
# bookworm) bookworm=true ;;
|
# bookworm) bookworm=true ;;
|
||||||
|
@ -456,7 +456,7 @@ dist_setup() {
|
||||||
_setup ubuntu
|
_setup ubuntu
|
||||||
# Codename support
|
# Codename support
|
||||||
if [ -n $VERSION_CODENAME ]; then
|
if [ -n $VERSION_CODENAME ]; then
|
||||||
export $VERSION_CODENAME=$VERSION_CODENAME
|
export $VERSION_CODENAME=true
|
||||||
# exports the version codename as a variable like..
|
# exports the version codename as a variable like..
|
||||||
# noble) noble=true ;;
|
# noble) noble=true ;;
|
||||||
# jammy) jammy=true ;;
|
# jammy) jammy=true ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue