Skip to content

Commit 2ebfd9a

Browse files
author
arch
committed
update linux installer
1 parent 7d415b8 commit 2ebfd9a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@ if command -v apt; then
111111
# debian based distro:
112112
source ~/anaconda3/etc/profile.d/conda.sh 2>/dev/null
113113
source ~/miniconda3/etc/profile.d/conda.sh 2>/dev/null
114+
export CONDA_ALWAYS_YES="true"
114115
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
115119
fi
116120

117121
if command -v pacman; then
@@ -148,7 +152,7 @@ StartupWMClass=OpenFunscripter
148152
Icon=`realpath $OFS_APP_DIR`/bin/data/logo64.png
149153
EOL
150154

151-
155+
echo -e "\n"
152156
echo "Installation Completed"
153157

154158
if [ "$arg1" = "--latest" ]; then

0 commit comments

Comments
 (0)