Update steam-repos-fix.service

This commit is contained in:
ferrreo 2023-04-12 21:35:13 +01:00 committed by GitHub
parent 271085f83b
commit 330f6ccc7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Description=Removes broken steam.list from apt. Description=Removes broken steam.list from apt.
[Service] [Service]
ExecStart=/usr/bin/bash -c "rm -rf /etc/apt/sources.list.d/steam.list || echo 'no steam repos' " && /usr/bin/bash -c "rm -rf /etc/apt/sources.list.d/pika.list || echo 'no pika iso repos' " ExecStart=/usr/bin/bash -c "rm -rf /etc/apt/sources.list.d/steam-stable.list || echo 'no steam repos' " && /usr/bin/bash -c "rm -rf /etc/apt/sources.list.d/pika.list || echo 'no pika iso repos' "
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target