mirror of
https://github.com/JonasunderscoreJones/ArchSystemSetup.git
synced 2025-10-22 19:19:20 +02:00
fixed pacman installations
This commit is contained in:
parent
ea71e94141
commit
d444b6dd32
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ logger "Requesting sudo session..."
|
||||||
while true; do sudo -v; sleep 60; done &
|
while true; do sudo -v; sleep 60; done &
|
||||||
|
|
||||||
install_yay_aur() {
|
install_yay_aur() {
|
||||||
sudo pacman -S yay --noconfirm
|
sudo pacman -Syyu yay --noconfirm
|
||||||
}
|
}
|
||||||
|
|
||||||
install_chaoticaur() {
|
install_chaoticaur() {
|
||||||
|
@ -77,7 +77,7 @@ install_ghcup() {
|
||||||
|
|
||||||
install_flatpaks() {
|
install_flatpaks() {
|
||||||
# Install flatpak
|
# Install flatpak
|
||||||
sudo pacman -S flatpak --no-confirm
|
sudo pacman -S flatpak --noconfirm
|
||||||
|
|
||||||
# Install the flatpaks
|
# Install the flatpaks
|
||||||
curl -s https://syssetup.jonasjones.dev/flatpaks | xargs -n 1 flatpak install --noninteractive --assumeyes
|
curl -s https://syssetup.jonasjones.dev/flatpaks | xargs -n 1 flatpak install --noninteractive --assumeyes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue