Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
specify bcml version 3.10.4 as this is the preferred version that still supports older bcml v2 mods
  • Loading branch information
HGStone authored Mar 10, 2024
1 parent 108a450 commit 7c7fcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
~/miniconda3/condabin/conda init
~/miniconda3/condabin/conda install -c conda-forge gcc -y
~/miniconda3/condabin/conda install pip -y
~/miniconda3/bin/python -m pip install bcml
~/miniconda3/bin/python -m pip install bcml==3.10.4
mkdir ~/.icons
wget https://github.com/sks316/bcml-steamdeck/raw/main/bcml.png -O ~/.icons/bcml.png
wget https://github.com/sks316/bcml-steamdeck/raw/main/BCML.desktop -O ~/Desktop/BCML.desktop
Expand Down

0 comments on commit 7c7fcfe

Please sign in to comment.