Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfison committed Aug 29, 2022
1 parent 416cceb commit 5232712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AppInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ source $BASEDIR/helpers/multiselect.sh
clear

APPINST_APPS_LIST=(
'Git ; git'
'Zsh ; zsh'
'Chrome ; chrome'
'Discord ; discord'
'Docker ; docker'
'Extras (codecs, decompressors, etc) ; extras'
'FFMPEG (Latest) ; ffmpeg'
'Git ; git'
'Node ; node'
'NVM (Node Version Manager) ; nvm'
'RVM + Ruby on Rails ; rails_rvm'
'asdf ; asdf'
'React Native ; react_native'
'Vscode ; vscode'
'Zsh ; zsh'
'Discord ; discord'
'Microphone Noise Suppressor ; noise_suppressor'
'Extras (codecs, decompressors, etc) ; extras'
'Update AppInstall ; update'
)

Expand Down

0 comments on commit 5232712

Please sign in to comment.