Skip to content

Commit

Permalink
fix(script): update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Jun 21, 2024
1 parent e11241a commit 803b393
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ def _clone_github_repo(self, repo_url, repo_name, *args):
print("clone: {}".format(command))
subprocess.run(command, shell=True)

def _cmd(self, command):
print("[command] {}".format(command))
subprocess.run(command, shell=True)

def _clone_setup(self):
self._clone_github_repo(
"https://github.com/minhanghuang/setup.git",
Expand Down

0 comments on commit 803b393

Please sign in to comment.