mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 21:33:50 -07:00
commit
9b61506e0b
1 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ On systems with Stack (installs to `~/.local/bin`):
|
|||
|
||||
On Debian based distros:
|
||||
|
||||
apt-get install shellcheck
|
||||
sudo apt install shellcheck
|
||||
|
||||
On Arch Linux based distros:
|
||||
|
||||
|
@ -157,8 +157,8 @@ On Gentoo based distros:
|
|||
|
||||
On EPEL based distros:
|
||||
|
||||
yum -y install epel-release
|
||||
yum install ShellCheck
|
||||
sudo yum -y install epel-release
|
||||
sudo yum install ShellCheck
|
||||
|
||||
On Fedora based distros:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue