mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-30 17:09:43 +00:00
chore(init): migrate init script from fish to bash
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/fish
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
python -m venv venv
|
||||
|
||||
source venv/bin/activate.fish
|
||||
source venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user