This commit is contained in:
Terry
2022-11-18 23:59:12 -05:00
parent 12fdce2ce0
commit 078ee3259f
6 changed files with 70 additions and 33 deletions

7
setup.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd ~
git clone https://git.keiran.us/keiran/steamdeck-scripts.git .keiran-sds
python3 -m venv ~/.keiran-sds
cd ~/.keiran-sds
./bin/pip3 install --upgrade pip
./bin/pip3 install -r requirements.txt