This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# bash script to install zoffline | |
zofflineGitUrl="https://github.com/zoffline/zwift-offline.git" | |
zOfflineArchiveUrl="https://github.com/zoffline/zwift-offline/archive/refs/heads/master.zip" | |
pipPackages="flask flask_sqlalchemy flask-login pyjwt gevent protobuf protobuf3_to_dict requests" | |
optionalStravaPackages="stravalib" | |
optionalGarminPackages="garmin-uploader cryptography" | |
optionalDiscordPackages="discord" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://us.archive.ubuntu.com/ubuntu focal main restricted | |
# deb-src http://us.archive.ubuntu.com/ubuntu focal main restricted | |
deb http://us.archive.ubuntu.com/ubuntu focal-updates main restricted | |
# deb-src http://us.archive.ubuntu.com/ubuntu focal-updates main restricted | |
deb http://us.archive.ubuntu.com/ubuntu focal universe | |
# deb-src http://us.archive.ubuntu.com/ubuntu focal universe | |
deb http://us.archive.ubuntu.com/ubuntu focal-updates universe |