leijurv / gb

backup your files properly to google drive and/or s3
GNU Affero General Public License v3.0
36 stars 6 forks source link

Disable support for legacy systems #1

Open babbaj opened 5 years ago

darthnithin commented 3 years ago

lol... lets not do this...

    if !System.getenv("PROCESSOR_IDENTIFIER").toLowerCase().contains("intel") {
        panic("legacy hardware is not supported");
        return;
    }
leijurv commented 3 years ago

Why do you say that? I'm inclined to merge. Those are legacy systems.

darthnithin commented 3 years ago

i mean fair enough ✅