Browse Source

reposinit script update

master
Dirk Alders 2 years ago
parent
commit
c631085be5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      reposinit

+ 1
- 1
reposinit View File

17
 	fi
17
 	fi
18
 done
18
 done
19
 
19
 
20
-sudo rm /usr/local/bin/ptpython && ln -s `pwd`/venv/bin/ptpython /usr/local/bin
20
+sudo rm -f /usr/local/bin/ptpython && ln -s `pwd`/venv/bin/ptpython /usr/local/bin

Loading…
Cancel
Save