mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
Install package-query and yaourt only if yaourt wasn't installed.
This commit is contained in:
parent
9182863f9c
commit
18b1bbb85a
@ -68,6 +68,7 @@ sed -i 's/if (( EUID == 0 )); then/if (( 0 )); then/' /usr/bin/makepkg > $LOGFIL
|
||||
# itself to be ran as root, even though all we have is root in the container,
|
||||
# and I don't want to bother fiddling with users just for this. Yaourt on the
|
||||
# other hand works fine for this.
|
||||
if ! type yaourt &> /dev/null; then
|
||||
echo "$TAGSTR Installing package-query and yaourt"
|
||||
mkdir ~/tmp
|
||||
cd ~/tmp
|
||||
@ -84,6 +85,7 @@ cd ..
|
||||
# Wipe tmp dir
|
||||
cd ..
|
||||
rm -r -f ~/tmp
|
||||
fi
|
||||
|
||||
# Get the ip addresses using some grep and awk magic.
|
||||
# Magic inspired by this: https://superuser.com/questions/468727/how-to-get-the-ipv6-ip-address-of-linux-machine
|
||||
|
Loading…
Reference in New Issue
Block a user