use cower and pacaur, deprecate yaourt, remove libpurple-meanwhile and fix aur chown
This commit is contained in:
parent
d79f0894dc
commit
3ce98ec645
1 changed files with 10 additions and 9 deletions
19
archmate.sh
19
archmate.sh
|
|
@ -403,18 +403,19 @@ if [[ ! -f /root/.archmate/stage-6.done ]]; then
|
||||||
cat << 'EOF' > /home/${USERNAME}/aur_setup.sh
|
cat << 'EOF' > /home/${USERNAME}/aur_setup.sh
|
||||||
mkdir builds
|
mkdir builds
|
||||||
cd builds/
|
cd builds/
|
||||||
curl -L -O https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz
|
curl -L -O https://aur.archlinux.org/packages/co/cower/cower.tar.gz
|
||||||
curl -L -O https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz
|
curl -L -O https://aur.archlinux.org/packages/pa/pacaur/pacaur.tar.gz
|
||||||
tar -zxvf package-query.tar.gz
|
tar -zxvf cower.tar.gz
|
||||||
tar -zxvf yaourt.tar.gz
|
tar -zxvf pacaur.tar.gz
|
||||||
cd package-query
|
cd cower
|
||||||
makepkg -s
|
makepkg -s
|
||||||
sudo pacman -U package-query-*.pkg.tar.xz
|
sudo pacman -U cower-*.pkg.tar.xz
|
||||||
cd ../yaourt
|
cd ../pacaur
|
||||||
makepkg -s
|
makepkg -s
|
||||||
sudo pacman -U yaourt-*.pkg.tar.xz
|
sudo pacman -U pacaur-*.pkg.tar.xz
|
||||||
yaourt -S --noconfirm downgrade duply chromium-pepper-flash libpurple-meanwhile deb2targz networkmanager-dispatcher-chrony petrified
|
pacaur -S --noconfirm downgrade duply chromium-pepper-flash deb2targz networkmanager-dispatcher-chrony petrified
|
||||||
EOF
|
EOF
|
||||||
|
chown ${USERNAME}:users /home/${USERNAME}/aur_setup.sh
|
||||||
fi
|
fi
|
||||||
touch /root/.archmate/stage-6.done
|
touch /root/.archmate/stage-6.done
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue