mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Now that the Travis build is working I'm reverting back to the original format.
This commit is contained in:
parent
bff21226c9
commit
0a76ea6e1d
@ -49,7 +49,7 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_OS_NAME = linux ]; then
|
- if [ $TRAVIS_OS_NAME = linux ]; then
|
||||||
wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -;
|
wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -;
|
||||||
echo \"deb [arch=amd64] https://apt.bell-sw.com/ stable main\" | sudo tee /etc/apt/sources.list.d/bellsoft.list;
|
echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list;
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
sudo apt-get install bellsoft-java11-full;
|
sudo apt-get install bellsoft-java11-full;
|
||||||
export PATH=/usr/bin:$PATH;
|
export PATH=/usr/bin:$PATH;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user