check if curl is installed

master
Can202 2021-08-02 08:54:30 -04:00
parent 9ac0693171
commit 64e8e205bd
12 changed files with 33 additions and 34 deletions

View File

@ -10,7 +10,6 @@ Firefox Installer to have automatic updates
# Dependencies # Dependencies
- wget
- git - git
- tar - tar
- curl - curl
@ -21,11 +20,11 @@ Firefox Installer to have automatic updates
- 64-bits - 64-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox_installer_64 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox_installer_64 | sh
~~~ ~~~
- 32-bits - 32-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox_installer_32 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox_installer_32 | sh
~~~ ~~~
# Thunderbird # Thunderbird
@ -34,11 +33,11 @@ wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8
- 64-bits - 64-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/thunderbird_installer_64 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/thunderbird_installer_64 | sh
~~~ ~~~
- 32-bits - 32-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/thunderbird_installer_32 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/thunderbird_installer_32 | sh
~~~ ~~~
@ -47,11 +46,11 @@ wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8
#### Run this in terminal (NOT ROOT) #### Run this in terminal (NOT ROOT)
- 64-bits - 64-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/seamonkey_installer_64 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/seamonkey_installer_64 | sh
~~~ ~~~
- 32-bits - 32-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/seamonkey_installer_32 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/seamonkey_installer_32 | sh
~~~ ~~~
# Waterfox # Waterfox
@ -59,7 +58,7 @@ wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8
#### Run this in terminal (NOT ROOT) #### Run this in terminal (NOT ROOT)
- 64-bits - 64-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/waterfox_installer_64 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/waterfox_installer_64 | sh
~~~ ~~~
# ESR # ESR
@ -68,11 +67,11 @@ wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8
- 64-bits - 64-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-esr_installer_64 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-esr_installer_64 | sh
~~~ ~~~
- 32-bits - 32-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-esr_installer_32 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-esr_installer_32 | sh
~~~ ~~~
@ -82,11 +81,11 @@ wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8
- 64-bits - 64-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-developer_installer_64 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-developer_installer_64 | sh
~~~ ~~~
- 32-bits - 32-bits
~~~ ~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-developer_installer_32 | sh curl -L https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-developer_installer_32 | sh
~~~ ~~~

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -18,9 +18,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -58,9 +58,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi

View File

@ -59,9 +59,9 @@ then
depen=false depen=false
read nothing read nothing
fi fi
if [ ! -f "/usr/bin/wget" ] if [ ! -f "/usr/bin/curl" ]
then then
echo wget is not installed... echo curl is not installed...
depen=false depen=false
read nothing read nothing
fi fi