Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I just get this when running? #6

Closed
sammarkvoort opened this issue Apr 3, 2023 · 1 comment
Closed

I just get this when running? #6

sammarkvoort opened this issue Apr 3, 2023 · 1 comment

Comments

@sammarkvoort
Copy link

#!/bin/bash

if test -f ~/miniconda3/condabin/conda &> /dev/null
then
echo "BCML will now be installed. This might take a bit."
zenity --info --text "BCML will now be installed. This might take a bit." --title "BCML Installer" --width=300 &> /dev/null
~/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
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
chmod +x ~/Desktop/BCML.desktop
cp ~/Desktop/BCML.desktop ~/.local/share/applications/BCML.desktop
echo "BCML is now installed. You can access it with the icon on your desktop, or through your application launcher."
zenity --info --text "BCML is now installed. You can access it with the icon on your desktop, or through your application launcher." --title "BCML Installer" --width=300 &> /dev/null
else
echo "Miniconda is missing. Please install Miniconda with Python 3.7, then run this script again."
zenity --error --text "Miniconda is missing. Please install Miniconda with Python 3.7, then run this script again." --title "BCML Installer" --width=300 &> /dev/null
fi
exit

@sks316
Copy link
Owner

sks316 commented Apr 3, 2023

You're not running it right. You need to run the .desktop file from the releases page, not the .sh file from the repository.

Download it from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants