Local changes from the past - Don't know the reason anymore

This commit is contained in:
Kevin Veen-Birkenbach 2020-09-24 18:58:30 +02:00
parent fd262f84fb
commit bf3c82e4c0
2 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,9 @@ atom
arduino
arduino-docs
# virtualization tools
qemu
# containerization tools
docker
docker-compose

View File

@ -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..."