Skip to content

Commit

Permalink
add category-overrides-jetson-generic which apply to any non-18.04 …
Browse files Browse the repository at this point in the history
…jetson

custom L4T images for Nintendo Switch exist for 22.04 and Nvidia has 20.04 images for newer jetsons and will have 22.04 images for a subset of newer jetsons in a few months.
  • Loading branch information
theofficialgman committed Aug 20, 2023
1 parent 88780cc commit 3874c46
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,8 @@ read_category_files() { #Generates a combined categories-list from several sourc
fi
if [[ ! -z "$jetson_model" ]] && [[ "$version_id" == "18.04" ]]; then
device_override="${DIRECTORY}/etc/category-overrides-jetson-18.04"
elif [[ ! -z "$jetson_model" ]]; then
device_override="${DIRECTORY}/etc/category-overrides-jetson-generic"
fi

#list the user-overrides file and the device specific override and the global categories file |-----and all apps------------| filter out duplicates no '\n\n'
Expand Down
28 changes: 28 additions & 0 deletions etc/category-overrides-jetson-generic
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Autostar|hidden
Better Chromium|hidden
Box86|hidden
Chiaki|hidden
CommanderPi|hidden
Downgrade Chromium|hidden
Flow|hidden
FreeTube|hidden
Gnome Software|Tools
Godot|hidden
Krita|hidden
Lightpad|hidden
Mac OS Theme|hidden
Minecraft Pi (Modded)|hidden
More RAM|hidden
Oomox Theme Designer|hidden
PiGro|hidden
PiKISS GUI|hidden
piKiss|hidden
Pi Power Tools|hidden
QEMU|hidden
Snap Store|hidden
Steam|hidden
Stunt Rally|hidden
Temps|hidden
Windows 10 Theme|hidden
Windows Flasher|hidden
Windows Screensavers|hidden

0 comments on commit 3874c46

Please sign in to comment.