Revert "remove teamviewer systemctl disable"
This reverts commit 259aeb0e27.
This commit is contained in:
parent
259aeb0e27
commit
b9d8fdff08
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ rpm-ostree install ksshaskpass cronie distrobox fish lld nvtop seadrive-gui kerv
|
|||
# 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
|
||||
|
||||
# Change ZRAM max to 16GB
|
||||
RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-generator.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue