aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index daed887..6effadb 100755
--- a/install.sh
+++ b/install.sh
@@ -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*