fix(install.py): deleted
This commit is contained in:
parent
0a1e48e370
commit
6c19716e89
1 changed files with 0 additions and 13 deletions
13
install.py
13
install.py
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from pathlib import Path
|
||||
import os
|
||||
|
||||
if os.path.exists('boundaries.py'):
|
||||
if os.path.islink('boundaries.py'):
|
||||
os.unlink('boundaries.py')
|
||||
else:
|
||||
os.remove('boundaries.py')
|
||||
|
||||
Path('boundaries.py').symlink_to('../boundaries/main.py')
|
||||
|
||||
os.system("chmod u+x bpb.py")
|
Loading…
Add table
Add a link
Reference in a new issue