Add shebangs for shellcheck (#4493)

* Add shebangs for shellcheck

See #AR-1406

* Add shebangs for shellcheck

Also for `extensions` scripts
This commit is contained in:
Ash
2022-11-27 21:44:50 +01:00
committed by GitHub
parent e5f234c324
commit 408bc67619
58 changed files with 58 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
install_deb_chroot() {
local package=$1

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
install_ppa_prerequisites() {
# Myy : So... The whole idea is that, a good bunch of external sources

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
#--------------------------------------------------------------------------------------------------------------------------------
# Create kernel boot logo from packages/blobs/splash/logo.png and packages/blobs/splash/spinner.gif (animated)
# and place to the file /lib/firmware/bootsplash

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# get_package_list_hash
#
# returns md5 hash for current package list and rootfs cache version

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
customize_image() {
# for users that need to prepare files at host

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
install_common() {
display_alert "Applying common tweaks" "" "info"

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
install_distribution_specific() {
display_alert "Applying distribution specific tweaks for" "$RELEASE" "info"

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
post_debootstrap_tweaks() {
# remove service start blockers and QEMU binary

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
desktop_postinstall() {
# disable display manager for the first run