mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 20:57:45 +00:00
Remove CSA
This commit is contained in:
@@ -5,6 +5,5 @@ if (!shell.which("git")) {
|
||||
shell.exit(1);
|
||||
}
|
||||
|
||||
shell.exec(
|
||||
"git clone https://github.com/skeletonlabs/skeletonlabs.co sites/skeletonlabs.co"
|
||||
);
|
||||
shell.exec("git clone https://github.com/skeletonlabs/skeletonlabs.co sites/skeletonlabs.co");
|
||||
shell.exec("git clone https://github.com/skeletonlabs/create-skeleton-app packages/create-skeleton-app");
|
||||
|
||||
Reference in New Issue
Block a user