Commit Graph

960 Commits (1ed5079f2ff83902c020401230d0f1339d794057)
 

Author SHA1 Message Date
Itai Nelken 1ed5079f2f
Update Github-CLI 1.8.0 --> 1.8.1
Merge pull request #549 from Botspot/Itai-Nelken-patch-1
3 years ago
Itai Nelken 72b208e7bb
Update Github-CLI 1.8.0 --> 1.8.1 (64bit) 3 years ago
Itai Nelken c64620659a
Update Github-CLI 1.8.0 --> 1.8.1 (32bit) 3 years ago
Botspot 8959e083d1 gui script roll back unstable changes to close #548 3 years ago
Botspot 8e8270aa6c gui: runonce: run install script if categories missing 3 years ago
Botspot 9295f24f69 Turbo Scratch desktop file %f to open files 3 years ago
Botspot fc73ebcb88 Turbo scratch 64-bit update with mime fixes too 3 years ago
Botspot e64e7ce0d3 Turbo Scratch add mimetype + file icon + auto-open .sb3 files 3 years ago
Botspot 5f7b7b99da Turbo Scratch remove markdown from credits file 3 years ago
Botspot 92c68b05d1 Turbo Scratch fix permissions issue when editing desktop file 3 years ago
Botspot 4731804d22 Add Turbo Scratch app 3 years ago
Botspot 28763fc9e6
improve drop-down text 3 years ago
Botspot a0aa63705f
Merge pull request #533 from CleanMachine1/master
Changes to README.md - Privacy - Piping to Bash and Analytics
3 years ago
Botspot a387b4f9c1
Update README.md 3 years ago
CleanMachine1 6c197f671c
Added it in summary 3 years ago
Botspot cd8ec99b55 bump runonce to reinstall pi-apps on TwistOS lite 3 years ago
Botspot cb0367e36f categoryedit allow apps --delete for twistos lite 3 years ago
CleanMachine1 c519be9753
Fixed cap 3 years ago
CleanMachine1 e9541e7273
Added privacy note 3 years ago
Itai Nelken 1e3761afe0
Merge pull request #532 from Botspot/Itai-Nelken-patch-1
Hopefully fix problem phoenixbyrd had with internet not working after uninstalling lokinet
3 years ago
Itai Nelken a4ec552e90
Update uninstall 3 years ago
CleanMachine1 0c0c27c4e0
Didn't like using it 3 years ago
CleanMachine1 7d3ec09e45
Added a statement regarding piping to bash 3 years ago
Itai Nelken 6fd63176ef
Update uninstall 3 years ago
Botspot 3a344a53bc fix badge.png & .svg text proportions 3 years ago
Botspot bea699bd0d Update Buddy add newline to force reinstall 3 years ago
Botspot d40246071c
update testimonies with quote from LEHAtupointow 3 years ago
Botspot 50ebab81a8 Arduino instal to ~/.local/share & better error catching 3 years ago
Botspot ebe4dd3585 github cli category 3 years ago
Botspot 0909868886 update doengrade chromium website & description 3 years ago
Botspot 7ae1715485 Add Github-CLI app 3 years ago
Botspot bdfda82c83 fix 2 logic errors in pi-apps install script 3 years ago
Botspot 941537b371 install 'Downgrade Chromium' if 'Back to Chromium v**' installed 3 years ago
Botspot fba1dda352 Remove back to chromium v78 app 3 years ago
Botspot 97f6d95672 Remove back to chromium v86 app 3 years ago
Botspot 9c6dadff27 Add Downgrade Chromium app 3 years ago
Itai Nelken 44a909d69f
Update description 3 years ago
Itai Nelken 4c43e212e3
Update uninstall 3 years ago
Itai Nelken 17dc13bbdb
speedtest install script creates /usr/local/bin/speedtest so it can be run from terminal (64bit) 3 years ago
Itai Nelken 44726d84ed
speedtest install script creates /usr/local/bin/speedtest so it can be run from terminal (32bit). 3 years ago
Botspot 204ef85e94 install & uninstall icons add white outline 3 years ago
Botspot b35f1c0f6a
Update CHANGELOG.md 3 years ago
Itai Nelken 8d23633b2e
Update 32bit QEMU 5.2.50 --> 5.2.90
and now all the files go to `/usr/bin` instead of `/usr/local/bin` so dpkg doesn't give any warnings when uninstalling.
3 years ago
Botspot 651eaa734b fix errors when running gui script 3 years ago
Botspot 23e9cb0eff Pi-Apps install script hide less apps on TwistOSlite 3 years ago
Botspot 5bec57bd1e gui script trigger install script if TwistOSlite 3 years ago
Botspot 7526b7e0c3 categoryedit allow apps to be moved to / 3 years ago
Botspot 505cb19d8c stunt rally 64bit fixes thankt to itai. Closes #511 3 years ago
Botspot 5997a30119
Merge pull request #512 from Itai-Nelken/patch-1
fix node.js installation (32bit)
3 years ago
Itai Nelken f061591f3a
fix node.js installation (32bit)
`NVM_DIR` was `~/.config/nvm` but it was supposed to be `~/.nvm`.

from the `nvm` install script output:
```
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
```
3 years ago