Skip to content

Commit

Permalink
fix(docker-ubuntu-install.sh): wrong path tmp for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Jan 15, 2024
1 parent d42c036 commit 54a1cd3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/docker-ubuntu-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ sudo apt-get install -y nodejs
# Install yarn glboal
npm install --global yarn

# Get yarn version
yarn --version

# curl https://sh.rustup.rs -sSf | sh -s -- -y
# . $HOME/.cargo/env
# cargo --version

curl -L -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"

sudo tar xjf tmp/firefox.tar.bz2 -C /opt/
sudo tar xjf /tmp/firefox.tar.bz2 -C /opt/

/opt/firefox/firefox --safe-mode https://github.com/ &

Expand Down

0 comments on commit 54a1cd3

Please sign in to comment.