yay
This commit is contained in:
15
scripts/99_yay.sh
Normal file
15
scripts/99_yay.sh
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# klevstul
|
||||||
|
|
||||||
|
echo "<< 99_yay.sh >>"
|
||||||
|
|
||||||
|
if [ "$EUID" -ne 0 ]
|
||||||
|
then echo "error: run as 'root'"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
cd /tmp
|
||||||
|
git clone https://aur.archlinux.org/yay.git
|
||||||
|
|
||||||
Reference in New Issue
Block a user