diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-20 22:04:45 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-20 22:15:25 +0100 |
| commit | c3a55debe9e4194f83164d412293f27b797627af (patch) | |
| tree | 027ca943a051bf51c809eec0f590d598df2db9a3 /install.sh | |
Initial commit
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..836b464 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +makepkg +sudo pacman -U dotfiles-installer*.pkg.tar*
\ No newline at end of file |
