Fix shellcheck
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
# shellcheck disable=SC2016
|
||||||
zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/oss/' oss
|
zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/oss/' oss
|
||||||
|
# shellcheck disable=SC2016
|
||||||
zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/non-oss/' non-oss
|
zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/non-oss/' non-oss
|
||||||
|
# shellcheck disable=SC2016
|
||||||
zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/oss/' update-oss
|
zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/oss/' update-oss
|
||||||
|
# shellcheck disable=SC2016
|
||||||
zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/non-oss/' update-non-oss
|
zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/non-oss/' update-non-oss
|
||||||
|
|
||||||
zypper clean -a
|
zypper clean -a
|
||||||
|
|||||||
Reference in New Issue
Block a user