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
|
pwd
|
||||||
cd package-query
|
cd package-query
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed" <<EOT
|
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||||
pwd
|
pwd
|
||||||
cd ..
|
cd ..
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz"
|
su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz"
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "tar -xvzf yaourt.tar.gz"
|
su "$username" -c "tar -xvzf yaourt.tar.gz"
|
||||||
pwd
|
pwd
|
||||||
cd yaourt
|
cd yaourt
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||||
pwd
|
pwd
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function pacaurmanagerinstall() {
|
function pacaurmanagerinstall() {
|
||||||
|
|
||||||
cd /home/"$username"/
|
cd /home/"$username"/
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "git clone https://aur.archlinux.org/cower.git"
|
su "$username" -c "git clone https://aur.archlinux.org/cower.git"
|
||||||
pwd
|
pwd
|
||||||
cd cower
|
cd cower
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||||
pwd
|
pwd
|
||||||
cd ..
|
cd ..
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "git clone https://aur.archlinux.org/pacaur.git"
|
su "$username" -c "git clone https://aur.archlinux.org/pacaur.git"
|
||||||
pwd
|
pwd
|
||||||
cd pacaur
|
cd pacaur
|
||||||
pwd
|
pwd
|
||||||
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
|
||||||
pwd
|
pwd
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue