Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 committed Jul 11, 2024
1 parent 51b9415 commit 8f7e5e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion megascript_apps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fn="Pi-Apps";;d="An appstore containing 150+ apps compatible with L4T. The most

fn="moonlight-qt";;d='Stream games from your PC (NVIDIA GPUs use GeForce Experience on Windows (or Sunshine on Linux) AMD GPUs use Sunshine on Windows/Linux)!';;sn="moonlight.sh";;f="scripts"

# fn="Discord (Webcord)";;d="Discord Web App made in Electron";;sn="discord.sh";;f="scripts"
fn="Discord (Webcord)";;d="Discord Web App made in Electron";;sn="discord.sh";;f="scripts"

# fn="Kodi";;d="Free and open source media player";;e='echo "scripts not ready yet"';;f="scripts"

Expand Down
2 changes: 1 addition & 1 deletion megascript_apps_fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fn="Auto Updater";;d="Update/fix system packages and programs installed via the

# fn="moonlight-qt";;d='Stream games from your PC (NVIDIA GPUs use GeForce Experience on Windows (or Sunshine on Linux) AMD GPUs use Sunshine on Windows/Linux)!';;sn="moonlight.sh";;f="scripts"

# fn="Discord (Webcord)";;d="Discord Web App made in Electron";;sn="discord.sh";;f="scripts"
fn="Discord (Webcord)";;d="Discord Web App made in Electron";;sn="discord.sh";;f="scripts"

# fn="Kodi";;d="Free and open source media player";;e='echo "scripts not ready yet"';;f="scripts"

Expand Down
2 changes: 1 addition & 1 deletion scripts/discord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
mkdir -p ~/.cache/pip/
sudo chown -R $USER:$USER ~/.cache/
sudo chown -R $USER:$USER ~/.cache/pip/

yes | python3.6 -m pip uninstall lastversion
python3.8 -m pip install --upgrade --force-reinstall pip filelock lastversion setuptools || error "Couldn't install dependencies"
;;
Expand Down

0 comments on commit 8f7e5e9

Please sign in to comment.