Merge pull request #1795 from Darleev/v-danurg/lint_shebang_ubuntu

Shebang lint for Ubuntu/MacOS
This commit is contained in:
Maxim Lobanov
2020-10-27 20:31:07 +03:00
committed by GitHub
9 changed files with 57 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
export DEBIAN_FRONTEND=noninteractive
apt-get -yq update

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
################################################################################
## File: repos.sh
## Desc: Installs official Microsoft package repos for the distribution

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
################################################################################
## File: etc-environment.sh
## Desc: Helper functions for source and modify /etc/environment

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
################################################################################
## File: install.sh
## Desc: Helper functions for installing tools

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
################################################################################
## File: install-helpers.sh
## Desc: Helper functions for installing tools

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
################################################################################
## File: pipx-packages.sh
## Desc: Install tools via pipx