Disable Teamviewerd by default
This commit is contained in:
parent
2f0bc56f57
commit
d69c3c18d4
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ RUN rpm-ostree override remove zram-generator-defaults --install cachyos-setting
|
|||
# Install TeamViewer
|
||||
RUN mkdir /var/opt && rpm-ostree install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm && \
|
||||
mv "/opt/teamviewer" /usr/lib/opt/
|
||||
# Disable Teamviewerd by default
|
||||
RUN systemctl disable teamviewerd
|
||||
|
||||
# enable systemd services
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue