Skip to content

Commit

Permalink
downgrade turbowrap and disable updater
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed May 9, 2022
1 parent 68060e1 commit c3bdd48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-32
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.0
version=1.2.2
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-armv7l-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-64
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.0
version=1.2.2
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-arm64-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down

0 comments on commit c3bdd48

Please sign in to comment.