final-fix
This commit is contained in:
parent
3e986e40fa
commit
8dca80d34d
1 changed files with 30 additions and 30 deletions
|
@ -55,41 +55,41 @@ function yaourtmanagerinstall() {
|
|||
pwd
|
||||
cd package-query
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed" <<EOT
|
||||
pwd
|
||||
cd ..
|
||||
pwd
|
||||
su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz"
|
||||
pwd
|
||||
su "$username" -c "tar -xvzf yaourt.tar.gz"
|
||||
pwd
|
||||
cd yaourt
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd /
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd ..
|
||||
pwd
|
||||
su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz"
|
||||
pwd
|
||||
su "$username" -c "tar -xvzf yaourt.tar.gz"
|
||||
pwd
|
||||
cd yaourt
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd /
|
||||
|
||||
}
|
||||
|
||||
function pacaurmanagerinstall() {
|
||||
|
||||
cd /home/"$username"/
|
||||
pwd
|
||||
su "$username" -c "git clone https://aur.archlinux.org/cower.git"
|
||||
pwd
|
||||
cd cower
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd ..
|
||||
pwd
|
||||
su "$username" -c "git clone https://aur.archlinux.org/pacaur.git"
|
||||
pwd
|
||||
cd pacaur
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd /
|
||||
cd /home/"$username"/
|
||||
pwd
|
||||
su "$username" -c "git clone https://aur.archlinux.org/cower.git"
|
||||
pwd
|
||||
cd cower
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd ..
|
||||
pwd
|
||||
su "$username" -c "git clone https://aur.archlinux.org/pacaur.git"
|
||||
pwd
|
||||
cd pacaur
|
||||
pwd
|
||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||
pwd
|
||||
cd /
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue