mirror of
https://github.com/JonasunderscoreJones/ArchSystemSetup.git
synced 2025-10-22 19:19:20 +02:00
fixed commands
This commit is contained in:
parent
c1a3a83ce3
commit
7cae80e15d
1 changed files with 2 additions and 2 deletions
|
@ -89,12 +89,12 @@ install_flatpaks() {
|
||||||
sudo pacman -S flatpak --noconfirm
|
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 | tr '\n' ' ' | flatpak install --noninteractive --assumeyes
|
||||||
}
|
}
|
||||||
|
|
||||||
install_packages() {
|
install_packages() {
|
||||||
# Install the packages
|
# Install the packages
|
||||||
curl -s https://syssetup.jonasjones.dev/packages | xargs -n 1 yay -S --noconfirm
|
curl -s https://syssetup.jonasjones.dev/packages | tr '\n' ' ' | yay -S --noconfirm
|
||||||
}
|
}
|
||||||
|
|
||||||
install_gnome_extensions() {
|
install_gnome_extensions() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue