Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
7d3f8679
Commit
7d3f8679
authored
May 09, 2017
by
Thanassis Tsiodras
Browse files
Add the beta version of the Ellidiss GUI in the PATH
parent
4b0cae35
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/90_misc.sh
View file @
7d3f8679
...
...
@@ -48,6 +48,10 @@ REAL_ELLIDISS=$(realpath "${DIR}/../ellidiss-GUI/TASTE-v1-linux")
PATH_CMD
=
'export PATH=$PATH:'
"
${
REAL_ELLIDISS
}
"
UpdatePATH
REAL_ELLIDISS
=
$(
realpath
"
${
DIR
}
/../ellidiss-GUI/TASTE-linux/bin"
)
PATH_CMD
=
'export PATH=$PATH:'
"
${
REAL_ELLIDISS
}
"
UpdatePATH
# Setup bash completion
grep
bash_completion
$HOME
/.bashrc.taste
>
/dev/null
||
{
echo
'. /etc/bash_completion'
>>
$HOME
/.bashrc.taste
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment