mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Local changes from the past - Don't know the reason anymore
This commit is contained in:
parent
fd262f84fb
commit
bf3c82e4c0
@ -73,6 +73,9 @@ atom
|
|||||||
arduino
|
arduino
|
||||||
arduino-docs
|
arduino-docs
|
||||||
|
|
||||||
|
# virtualization tools
|
||||||
|
qemu
|
||||||
|
|
||||||
# containerization tools
|
# containerization tools
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# shellcheck source=/dev/null # Deactivate SC1090
|
# shellcheck source=/dev/null # Deactivate SC1090
|
||||||
# shellcheck disable=SC2015 # Deactivate bools hints
|
# shellcheck disable=SC2015 # Deactivate bools hints
|
||||||
# shellcheck disable=SC2154 # Deactivate not referenced link
|
# shellcheck disable=SC2154 # Deactivate not referenced link
|
||||||
|
# @see https://wiki.polaire.nl/doku.php?id=archlinux-raspberry-encrypted
|
||||||
source "$(dirname "$(readlink -f "${0}")")/base.sh" || (echo "Loading base.sh failed." && exit 1)
|
source "$(dirname "$(readlink -f "${0}")")/base.sh" || (echo "Loading base.sh failed." && exit 1)
|
||||||
|
|
||||||
info "Setupscript for images started..."
|
info "Setupscript for images started..."
|
||||||
|
Loading…
Reference in New Issue
Block a user