Skip to content

Commit 2fdb5c9

Browse files
feat(linuxmint apps install script): add heroic
1 parent 6f619ab commit 2fdb5c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-apps-over-the-script/linuxmint apps install script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
LINKS="https://files2.freedownloadmanager.org/6/latest/freedownloadmanager.deb
77
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
8-
$(curl -L -s https://api.github.com/repos/rustdesk/rustdesk/releases/latest | grep -o -E "https://(.*)rustdesk-(.*)-$(uname -m).deb" | cut -d ' ' -f 999 )"
8+
$(curl -L -s https://api.github.com/repos/rustdesk/rustdesk/releases/latest | grep -o -E "https://(.*)rustdesk-(.*)-$(uname -m).deb" | cut -d ' ' -f 999 )
9+
$(curl -L -s https://api.github.com/repos/Heroic-Games-Launcher/HeroicGamesLauncher/releases/latest | grep -o -E "https://(.*)Heroic-(.*)-linux-$(dpkg --print-architecture).deb" | cut -d ' ' -f 999 )"
910

1011
NEEDEDAPPS="tilix"
1112

0 commit comments

Comments
 (0)