File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 144
144
145
145
# Linux may not have the prereqs needed to run Electron
146
146
if [ ! -f ~ /.codeflare ] && [ $( uname) = Linux ]; then
147
- if [ $( grep ' ^ID_LIKE' /etc/os-release) = " ID_LIKE=debian" ]; then
147
+ if [ " $( grep ' ^ID_LIKE' /etc/os-release) " = " ID_LIKE=debian" ]; then
148
148
if [ $( apt -qq list sudo curl libx11-6 libglib2.0-0 libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxi6 libxtst6 libnss3 libatk1.0-0 libdrm2 libgbm1 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libasound2 | grep installed 2> /dev/null | wc -l) != 20 ]; then
149
149
# it's also possible we didn't see these in the list, because we have an out-of-date package list
150
150
# so apt update to refresh that, then recheck
You can’t perform that action at this time.
0 commit comments