Reapply "remove teamviewer systemctl disable"
This reverts commit b9d8fdff08.
This commit is contained in:
parent
b60a3b39f8
commit
f40dc0a556
1 changed files with 0 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ rpm-ostree install ksshaskpass cronie distrobox fish lld nvtop seadrive-gui kerv
|
||||||
# Install TeamViewer
|
# Install TeamViewer
|
||||||
RUN mkdir /var/opt && rpm-ostree install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm && \
|
RUN mkdir /var/opt && rpm-ostree install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm && \
|
||||||
mv "/opt/teamviewer" /usr/lib/opt/
|
mv "/opt/teamviewer" /usr/lib/opt/
|
||||||
# Disable Teamviewerd by default
|
|
||||||
RUN systemctl disable teamviewerd
|
|
||||||
|
|
||||||
# Change ZRAM max to 16GB
|
# Change ZRAM max to 16GB
|
||||||
RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-generator.conf
|
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