diff --git a/img-gen-all.sh b/img-gen-all.sh index aa289ccb..4d5e656a 100755 --- a/img-gen-all.sh +++ b/img-gen-all.sh @@ -15,7 +15,7 @@ getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" getTheme "files/p1/boot/grub" -getOffline "files/p3/configs" +getOffline "files/p3/offline" getBuildroots "latest" "brs" getBuildrootx "latest" "brx" diff --git a/img-gen-next.sh b/img-gen-next.sh index f56d8202..adf9a9ee 100755 --- a/img-gen-next.sh +++ b/img-gen-next.sh @@ -15,7 +15,7 @@ getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" getTheme "files/p1/boot/grub" -getOffline "files/p3/configs" +getOffline "files/p3/offline" getBuildrootx "latest" "brx" # Xbase diff --git a/img-gen.sh b/img-gen.sh index 667559ea..419c47cc 100755 --- a/img-gen.sh +++ b/img-gen.sh @@ -15,7 +15,7 @@ getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" getTheme "files/p1/boot/grub" -getOffline "files/p3/configs" +getOffline "files/p3/offline" getBuildroots "latest" "brs" # Sbase