From 8d7056d8c3027eda031a32182fc8781278c52e7c Mon Sep 17 00:00:00 2001 From: Spectrum75 <72115696+Spectrum75@users.noreply.github.com> Date: Sun, 16 Jun 2024 10:09:49 +0530 Subject: [PATCH] Updated username --- apps/All Is Well/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/All Is Well/install b/apps/All Is Well/install index 52820d49b8..48d36f58f7 100755 --- a/apps/All Is Well/install +++ b/apps/All Is Well/install @@ -1,6 +1,6 @@ #!/bin/bash rm -rf ~/All-is-well || error "Failed to first remove ~/All-is-well folder!" -git_clone https://github.com/spectrumgamer75/All-is-well || error "Failed to download!" +git_clone https://github.com/spectrum75/All-is-well || error "Failed to download!" cd $HOME/All-is-well/aiw chmod +x 'aiwrpi.sh' echo "alias aiw=$HOME/All-is-well/aiw/aiwrpi.sh" >> ~/.bashrc