mirror of
https://github.com/JonasunderscoreJones/ArchSystemSetup.git
synced 2025-10-22 19:19:20 +02:00
fixed flatpak links
This commit is contained in:
parent
0464554892
commit
26353c9377
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ install_flatpaks() {
|
||||||
pacman -S flatpak --no-confirm
|
pacman -S flatpak --no-confirm
|
||||||
|
|
||||||
# Install the flatpaks
|
# Install the flatpaks
|
||||||
curl -s https://example.com/flatpaks.txt | 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