Skip to content

Commit

Permalink
fix just files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrutsaert committed Dec 8, 2024
1 parent 3e78059 commit 3b75624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/justfiles/myjust.just
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ install-intellij:
StartupNotify=true
EOF

install-flatpaks
install-flatpaks:
#!/usr/bin/bash
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub \
com.discordapp.Discord \
Expand Down

0 comments on commit 3b75624

Please sign in to comment.