mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +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-docs
|
||||
|
||||
# virtualization tools
|
||||
qemu
|
||||
|
||||
# containerization tools
|
||||
docker
|
||||
docker-compose
|
||||
|
@ -3,6 +3,7 @@
|
||||
# shellcheck source=/dev/null # Deactivate SC1090
|
||||
# shellcheck disable=SC2015 # Deactivate bools hints
|
||||
# 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)
|
||||
|
||||
info "Setupscript for images started..."
|
||||
|
Loading…
Reference in New Issue
Block a user