diff --git a/src/patches/chromium.ts b/src/patches/chromium.ts index 3b1a722..8b0933c 100644 --- a/src/patches/chromium.ts +++ b/src/patches/chromium.ts @@ -76,9 +76,9 @@ export async function patchChromiumApps(){ fs.mkdirSync(path.join(bashPath, ".."), { recursive: true }); fs.writeFileSync(bashPath, amdhelperChromiumBash(apps, global.disableGpuMode)); - await exec(`sudo chmod +x ${escapePathSpaces(bashPath)}`); - await exec(`sudo chmod 755 ${escapePathSpaces(bashPath)}`); - await exec(`sudo chown 0:0 ${escapePathSpaces(bashPath)}`); + await exec(`chmod +x ${escapePathSpaces(bashPath)}`); + await exec(`chmod 755 ${escapePathSpaces(bashPath)}`); + await exec(`chown 0:0 ${escapePathSpaces(bashPath)}`); fs.writeFileSync(plistPath, amdhelperChromiumPlist); } diff --git a/src/ryzenadj.ts b/src/ryzenadj.ts deleted file mode 100644 index e69de29..0000000