Make shellcheck happy

This commit is contained in:
2024-05-02 17:10:45 +02:00
parent d98529f30b
commit 561cb4038f
2 changed files with 5 additions and 4 deletions

View File

@@ -10,10 +10,10 @@ pacman -Sy --noconfirm git # yes its a partial upgrade, but thats just the live
cd /root
git clone --recursive https://code.hkoerber.de/hannes/dotfiles.git
./dotfiles/install_scripts/${host}.sh
./dotfiles/install_scripts/"${host}".sh
mv /root/dotfiles /mnt/var/lib/dotfiles
read -p "> Ready for reboot. Press enter for shutdown, then remove the installation media and boot again "
read -rp "> Ready for reboot. Press enter for shutdown, then remove the installation media and boot again "
poweroff