We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82281bc commit 595ccacCopy full SHA for 595ccac
scripts/common/package-management.sh
@@ -291,11 +291,7 @@ function install_flatpak() {
291
is_flatpak_installed "${PACKAGE}" && return
292
293
echo -e " >>> Installing flatpak: \e[0;33m${PACKAGE}\e[0m (${REMOTE})..."
294
- if ${HAS_SU_PRIVILEGES} && [ "${CHASSIS_TYPE}" != 'Phone' ]; then
295
- call_flatpak install --system "${REMOTE}" "${PACKAGE}"
296
- else
297
- call_flatpak install --user "${REMOTE}" "${PACKAGE}"
298
- fi
+ call_flatpak install --user "${REMOTE}" "${PACKAGE}"
299
}
300
301
function install_vscode_package() {
0 commit comments