Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
5c2b0304
Commit
5c2b0304
authored
Feb 23, 2017
by
Thanassis Tsiodras
Browse files
Under 64bit environments, we want 32bit libraries for Ellidiss' GUI
parent
f6c140a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/03_debian.sh
View file @
5c2b0304
#!/bin/bash
ARCH
=
$(
uname
-m
)
if
[
"
${
ARCH
}
"
==
"x86_64"
]
;
then
sudo
dpkg
--add-architecture
i386
dpkg
--print-foreign-architectures
|
grep
i386
>
/dev/null
||
{
sudo
dpkg
--add-architecture
i386
}
fi
sudo
apt-get update
if
[
"
${
ARCH
}
"
==
"x86_64"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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