Skip to content

Commit

Permalink
manjaro non Manjarolinux
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroproietti committed Dec 28, 2024
1 parent 6c43cab commit 5e46f2d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/classes/diversions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default class Diversions {
*/
static isManjaroBased(distro: string): boolean {
let found = false
if (distro === 'Manjarolinux' ||
if (distro === 'Manjaro' ||
distro === `Biglinux` ||
distro === `Bigcommunity`) {
found = true
Expand Down
2 changes: 1 addition & 1 deletion src/classes/pxe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class Pxe {
await this.tryCatch(`ln -s ${this.eggRoot}live ${this.pxeRoot}/live`)
await this.tryCatch(`ln -s ${this.nest}.disk ${this.pxeRoot}/.disk`)

if (this.settings.distro.distroId === 'Manjarolinux') {
if (this.settings.distro.distroId === 'Manjaro') {
await this.tryCatch(`ln -s ${this.eggRoot}manjaro ${this.pxeRoot}/manjaro`)
} else if (this.settings.distro.distroId === 'Arch' || this.settings.distro.distroId === 'RebornOS') {
await this.tryCatch(`ln -s ${this.eggRoot}arch ${this.pxeRoot}/arch`)
Expand Down

0 comments on commit 5e46f2d

Please sign in to comment.