1
0
Fork 0

mastodon: remove ls during theme install
All checks were successful
Update Flake / update-flake (push) Successful in 2m38s
Build / build-amd64-linux (push) Successful in 39s
Build / build-arm64-linux (push) Successful in 2m34s

This commit is contained in:
Daniel Kempkens 2024-01-10 22:18:56 +01:00
parent 8cd499b3dd
commit 6811d95ff3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -21,8 +21,6 @@ let
cp -r ${tangerine-ui}/mastodon/app/javascript/styles/* $styleDir
ls -la $styleDir
echo "tangerineui: styles/tangerineui.scss" >>$PWD/config/themes.yml
echo "tangerineui-purple: styles/tangerineui-purple.scss" >>$PWD/config/themes.yml
'';