Required up to ruby 3.0.x; 3.1 should be ok...
https://deanpcmad.com/2024/installing-older-ruby-versions-on-ubuntu-24-04-and-22-04/
wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz| #!/bin/bash | |
| #Steam Deck Auto Disable Steam Controller by scawp | |
| #License: DBAD: https://github.com/scawp/Steam-Deck.Auto-Disable-Steam-Controller/blob/main/LICENSE.md | |
| #Source: https://github.com/scawp/Steam-Deck.Auto-Disable-Steam-Controller | |
| # Use at own Risk! | |
| # Modified to skip questions and install as I want it | |
| #curl -sSL https://raw.githubusercontent.com/scawp/Auto-Disable-Steam-Controller/curl_install.sh | bash |
Required up to ruby 3.0.x; 3.1 should be ok...
https://deanpcmad.com/2024/installing-older-ruby-versions-on-ubuntu-24-04-and-22-04/
wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz| [Desktop Entry] | |
| Version=1.1 | |
| Name=JMRI | |
| Comment=JMRI PanelPro | |
| Exec=/opt/JMRI/PanelPro | |
| Type=Application | |
| Encoding=UTF-8 | |
| Terminal=false | |
| Categories=None |
| // Inspired by the brilliant https://github.com/MouseyPounds/stardew-checkup | |
| import { CSRandom } from './cs-random'; | |
| import { getMapName, getMapReference, getMarkerPositionStyle } from './maps.js'; | |
| $(document).ready(function() { | |
| // Check for required File API support. | |
| if (!(window.File && window.FileReader)) { |
| #/bin/bash | |
| ASSETTO_DIR="/home/steam/assetto/" | |
| PIDFILE="$ASSETTO_DIR/acServer.pid" | |
| LOGFILE="$ASSETTO_DIR/acServer.log" | |
| DAEMON="$ASSETTO_DIR/acServer" | |
| case $1 in | |
| start) | |
| # Startas bash and pass an bash exec | |
| # this allows the log output to be captured |