diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-08-06 22:41:15 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-08-06 22:41:15 +0100 |
| commit | e6111d07082332a2ec710ba863cc98109451883b (patch) | |
| tree | 1feef289c8e0884e874c8cb33bdd38f6587e2770 /install.sh | |
| parent | de9c68b085034c897f26ce22fa05bd2601e79373 (diff) | |
Remove PKGBUILD and install script
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 8 |
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* |
