Skip to content

Commit

Permalink
Debian 12 on Raspi updates
Browse files Browse the repository at this point in the history
  • Loading branch information
corgan2222 committed Jun 24, 2024
1 parent 28d4233 commit 7482ae5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions home/deploy_headless.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash

apt-get install -y git
if ! command -v git >/dev/null; then
echo ""
echo "Git not isntalled. Install git."
echo ""
sudo apt-get install -y git
fi

# bootstrap script to install Homeshick and you preferred castles to a new
# system.
Expand All @@ -14,7 +18,6 @@ else
fi

trap 'rm -f "$tmpfile"' EXIT

castles+=("corgan2222/dotfiles")


Expand Down

0 comments on commit 7482ae5

Please sign in to comment.