mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
Removed old aur.sh file
This commit is contained in:
parent
7726b65142
commit
4142a7d903
@ -1,12 +0,0 @@
|
|||||||
if [ -z "$2" ]; then
|
|
||||||
echo -n Sudo Password:
|
|
||||||
read -s sudoPass
|
|
||||||
else
|
|
||||||
sudoPass=$2
|
|
||||||
fi
|
|
||||||
mkdir -p ~/AUR
|
|
||||||
cd ~/AUR
|
|
||||||
git clone https://aur.archlinux.org/"$1".git
|
|
||||||
cd "$1"
|
|
||||||
echo "cd --; rm -rf ~/AUR/""$1""" > clean.sh
|
|
||||||
echo "$sudoPass" | sudo -S yes | makepkg -si && source clean.sh
|
|
Loading…
Reference in New Issue
Block a user