Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FinsaasGH authored Jan 21, 2023
1 parent d845530 commit 350646e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const runLinuxInstaller = () => {
run(`echo /snap/bin >> ${process.env.GITHUB_PATH}`); // Add `/snap/bin` to PATH for subsequent actions
run("sudo chown root:root /"); // Fix root ownership
if (useLxd) {
run("sudo /snap/bin/lxd.migrate -yes");
run("sudo /snap/bin/lxd waitready");
run("sudo /snap/bin/lxd init --auto");
}
};
Expand Down

0 comments on commit 350646e

Please sign in to comment.