better pikaur bootstrap method
This commit is contained in:
parent
6d5dc1268d
commit
cbfb29c78c
1 changed files with 3 additions and 4 deletions
|
|
@ -419,11 +419,10 @@ if [[ ! -f /root/.archmate/stage-6.done ]]; then
|
||||||
cat << 'EOF' > /home/${USERNAME}/aur_setup.sh
|
cat << 'EOF' > /home/${USERNAME}/aur_setup.sh
|
||||||
mkdir ~/aurhub
|
mkdir ~/aurhub
|
||||||
cd ~/aurhub/
|
cd ~/aurhub/
|
||||||
curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/pikaur.tar.gz
|
git clone https://aur.archlinux.org/pikaur.git
|
||||||
tar -zxvf pikaur.tar.gz
|
|
||||||
cd pikaur
|
cd pikaur
|
||||||
makepkg
|
sudo pacman -Sy
|
||||||
sudo pacman -U pikaur-*.pkg.tar.zst
|
makepkg -fsri
|
||||||
|
|
||||||
## random AUR things - uncomment/edit as desired
|
## random AUR things - uncomment/edit as desired
|
||||||
#PKG_AUR="bluez-firmware bvi downgrade duply gkrellm-themes gnome-icon-theme gnome-icon-theme-symbolic i8kutils networkmanager-dispatcher-chrony pandoc-bin shellcheck-bin"
|
#PKG_AUR="bluez-firmware bvi downgrade duply gkrellm-themes gnome-icon-theme gnome-icon-theme-symbolic i8kutils networkmanager-dispatcher-chrony pandoc-bin shellcheck-bin"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue