File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
install-apps-over-the-script Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55
66LINKS=" https://files2.freedownloadmanager.org/6/latest/freedownloadmanager.deb
77https://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
1011NEEDEDAPPS=" tilix"
1112
You can’t perform that action at this time.
0 commit comments