Kaydet (Commit) 5e10288e authored tarafından Emincan Özcan's avatar Emincan Özcan

script fix

üst 655fd1c1
import store from "../global-state/store";
function generateShellScriptFromBucket() {
let script = `#!bin/sh
let script = `#!/bin/sh
sudo apt update -y
sudo apt-get install software-properties-common -y
`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment