diff --git a/deps/package-lock.json b/deps/package-lock.json index 815c961..926f547 100644 --- a/deps/package-lock.json +++ b/deps/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@action-validator/cli": "^0.5.4", - "@ariga/atlas": "^0.17.0", + "@ariga/atlas": "^0.36.0", "neonctl": "^1.25.2" } }, @@ -42,10 +42,11 @@ "peer": true }, "node_modules/@ariga/atlas": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@ariga/atlas/-/atlas-0.17.0.tgz", - "integrity": "sha512-zz2wTnf+xdMiyLT3u4recx6D7evWg0beplQRTLpS9hhVpH9kWrENTc/mSes2E0AoHn34hf4SiIfI+cUltL0TqA==", + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/@ariga/atlas/-/atlas-0.36.0.tgz", + "integrity": "sha512-8QhlYCYhF4KhxrBfKKfAlCYI3ESfozzZVWllrKnVMiGCNqqL+YKArT9CUasdO3U4YwSENQuxW1o1QQNnkGecPA==", "hasInstallScript": true, + "license": "LICENSE\n This distribution of Atlas is licensed under the Ariga End User License Agreement\n available at https://ariga.io/legal/atlas/eula.\n By using this software, you accept the terms described in the license.", "dependencies": { "node-fetch": "^3.3.1" }, diff --git a/deps/package.json b/deps/package.json index af843de..925c130 100644 --- a/deps/package.json +++ b/deps/package.json @@ -2,7 +2,7 @@ "private": true, "dependencies": { "@action-validator/cli": "^0.5.4", - "@ariga/atlas": "^0.17.0", + "@ariga/atlas": "^0.36.0", "neonctl": "^1.25.2" } } diff --git a/dist/dotfiles b/dist/dotfiles index 61b04c8..30bdbab 100755 --- a/dist/dotfiles +++ b/dist/dotfiles @@ -15,7 +15,7 @@ check() { return 1 fi - retunr 0 + return 0 } install-apps() { @@ -42,7 +42,7 @@ install-dotfiles() { echo Installing dotfiles... mkdir -p "${root}" - git clone git@github.com:kamilsk/dotfiles.git "${root}" + git clone --recurse-submodules git@github.com:kamilsk/dotfiles.git "${root}" return $? } @@ -68,7 +68,6 @@ install-bundle() { echo Installing Homebrew bundle... brew update --force --quiet brew bundle --file="${root}"/toolset/Brewfile --no-upgrade -v - brew bundle --file="${root}"/toolset/Brewfile cleanup -v return $? }