diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 15:17:12 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 15:17:12 +0000 |
| commit | de9c68b085034c897f26ce22fa05bd2601e79373 (patch) | |
| tree | 9996862988168ba7fa6e561bc2e5133072356c0e /install.sh | |
| parent | ffa08735aee2d69e17bce5c29a7ef96cc7e2233f (diff) | |
Version 0.2.0
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ #!/bin/sh -if ! [ rustc --version > /dev/null 2>&1 ]; then - sudo pacman -S rustup || exit $? - rustup default stable || exit $? -fi +#if ! [ rustc --version > /dev/null 2>&1 ]; then +# sudo pacman -S rustup || exit $? +# rustup default stable || exit $? +#fi makepkg -f || exit $? sudo pacman -U dotfiles-installer*.pkg.tar* |
