Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

firefox nightly linux curl install fedora

#!/bin/bash
cd /opt/
FILE=`curl https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/ |
    grep 'firefox-.{2,6}.en-US.linux-x86_64.tar.bz2' -o -m 1 |
    head -1`
wget -O /tmp/aurora.tar.bz2 
    https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/$FILE
mkdir -p /tmp/aurora
tar -C /tmp/aurora -xjf /tmp/aurora.tar.bz2
rm -r /opt/aurora
mv /tmp/aurora/firefox /opt/aurora
Comment

PREVIOUS NEXT
Code Example
Shell :: remove tools 
Shell :: ubuntu pip cv_bridge 
Shell :: mysql password inline cli 
Shell :: linux run compiled rust program 
Shell :: comment installer le mkpasswd sur ubuntu 
Shell :: 2&1 linux pipe stderr, stdin, stdout 
Shell :: docker port entered blocking state 
Shell :: To get process ID 
Shell :: bash read file and output 
Shell :: rvm does not load gemset when open new tab in terminal 
Shell :: how will you clone the following git repository using git cli? 
Shell :: read (subshell_pty...): No such file or directory (2) 
Shell :: Remove old git 
Shell :: ossec ubuntu 20 
Shell :: dhcp handshake 
Shell :: npm install only works globally eacces 
Shell :: usedapp install command 
Shell :: ros2 galactic build 
Shell :: cairo dock/glx dock install on ubuntu 22. 
Shell :: Show All In Current Folder 
Shell :: how to take a screenshot of the login or lock screen in ubuntu linux 
Shell :: kde plasma pop os 
Shell :: Command to create a hardlink 
Shell :: 7zip zip multiple folders 
Shell :: smach viewer usage 
Shell :: jq select where value starts with 
Shell :: run pageant on bootup 
Shell :: pip install dali 
Shell :: power shell How to Ignore lines with StreamWriter WriteLine 
Shell :: cmd check if environment variable exists 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =