Fix whoops

This commit is contained in:
swagg boi 2023-09-11 20:07:48 -04:00
parent dbce421b3d
commit f817cf163b

View file

@ -132,8 +132,8 @@ if grep -q '^daniel' /etc/shadow; then
apt-get -y install flatpak
su daniel -c 'flatpak --user remote-add --if-not-exists flathub \
"https://flathub.org/repo/flathub.flatpakrepo"'
su daniel -c 'flatpak -y --user install com.slack.Slack im.riot.Riot \
com.discordapp.Discord com.sindresorhus.Caprine \
su daniel -c 'flatpak -y install com.slack.Slack im.riot.Riot \
com.discordapp.Discord com.sindresorhus.Caprine \
com.bitwarden.desktop'
fi