diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-09 08:14:33 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-09 08:14:33 +0200 |
commit | fbf6af368b82466a368dd38f1e803d2b8ab8f383 (patch) | |
tree | 7782cdf5cf91f1504fd51881e5fa6438e0d2ce1f | |
parent | 35adf5b44b1f72d43f153584522e034191279dec (diff) | |
download | dotfiles-fbf6af368b82466a368dd38f1e803d2b8ab8f383.tar.xz dotfiles-fbf6af368b82466a368dd38f1e803d2b8ab8f383.zip |
remove pikaur tmp file
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ echo "Install pikaur..." #git clone https://aur.archlinux.org/pikaur.git #cd pikaur #makepkg -si --noconfirm --needed +#cd .. +#rm -rf pikaur echo "[AUR] Install some common app..." |