From dd28e5b5788c971d7775781b1e67a9bc85967a6a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 6 Apr 2025 20:23:01 -0500 Subject: [PATCH] update --- Makefile | 4 ++-- install.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9536be5..0e9bacb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include .env export run: - ansible-playbook ./DesktopAnsible/local.yml -K + ansible-playbook ./ansible/local.yml -K devpod: - ansible-playbook ./DesktopAnsible/local.yml + ansible-playbook ./ansible/local.yml diff --git a/install.sh b/install.sh index e32d83b..88814e4 100644 --- a/install.sh +++ b/install.sh @@ -1 +1,3 @@ +#!/bin/bash +sudo apt install ansible stow stow --adopt .