aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/install.sh b/install.sh
deleted file mode 100755
index 6effadb..0000000
--- a/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-#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*