Fix shellcheck errors
This commit is contained in:
parent
b5f302ac61
commit
dc999f9006
15 changed files with 108 additions and 98 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
apt-get install -y --force-yes lsb-release sudo
|
||||
dist=$(lsb_release -is)
|
||||
code=$(lsb_release -cs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue