changed clone name

This commit is contained in:
John Lancaster
2024-09-14 00:59:19 +00:00
parent 61b130f52e
commit e31d04e273

View File

@@ -18,7 +18,7 @@ in
(pkgs.writeShellScriptBin "nrbsu" ''
sudo nix-channel --update && sudo nixos-rebuild switch
'')
(pkgs.writeShellScriptBin "setup" ''
(pkgs.writeShellScriptBin "ad-clone" ''
if [ ! -d ${adPath} ]; then
sudo git clone https://gitea.john-stream.com/john/ad-nix ${adPath}
sudo chown -R appdaemon:users ${adPath}