Skip to content

Commit

Permalink
Update submodule, format install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Oct 1, 2024
1 parent 66fabe3 commit 2ee5d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotfiles_private
3 changes: 1 addition & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if ! [ -x "$(command -v stow)" ]; then
echo "Installing from tarfile"
install_stow_debian
fi

elif [[ "$OSTYPE" == "darwin"* ]]; then
if ! [ -x "$(command -v brew)" ]; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down Expand Up @@ -111,7 +110,7 @@ if [[ $install_only != true ]]; then
fi

if [[ $stow_only != true ]]; then
# Platform-specific config install
# Platform-specific config install
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
"${SCRIPT_DIR}/debian/install_min.sh"
if [[ $dev == true ]]; then
Expand Down

0 comments on commit 2ee5d51

Please sign in to comment.