We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d415b8 commit 2ebfd9aCopy full SHA for 2ebfd9a
1 file changed
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -111,7 +111,11 @@ if command -v apt; then
111
# debian based distro:
112
source ~/anaconda3/etc/profile.d/conda.sh 2>/dev/null
113
source ~/miniconda3/etc/profile.d/conda.sh 2>/dev/null
114
+ export CONDA_ALWAYS_YES="true"
115
conda env create -f environment_ubuntu.yaml
116
+ conda activate funscript-editor
117
+ conda env update --file environment_ubuntu.yaml --prune
118
+ unset CONDA_ALWAYS_YES
119
fi
120
121
if command -v pacman; then
@@ -148,7 +152,7 @@ StartupWMClass=OpenFunscripter
148
152
Icon=`realpath $OFS_APP_DIR`/bin/data/logo64.png
149
153
EOL
150
154
151
-
155
+echo -e "\n"
156
echo "Installation Completed"
157
158
if [ "$arg1" = "--latest" ]; then
0 commit comments