Merge install and bootstrap step into one

This commit is contained in:
2020-12-09 19:32:11 +01:00
parent 15edc30832
commit 0dc024f14a
5 changed files with 25 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ git clone --recursive https://code.hkoerber.de/hannes/dotfiles.git
mv /root/dotfiles /mnt/root/dotfiles
cat << EOF > /mnt/root/.bashrc
set -o errexit
/root/dotfiles/bootstrap.sh
/root/dotfiles/install.sh
rm /root/.bashrc
reboot
EOF