mirror of
https://github.com/outbackdingo/ostree-quarks.git
synced 2026-01-27 10:20:01 +00:00
15 lines
314 B
Bash
Executable File
15 lines
314 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ouex pipefail
|
|
|
|
systemctl enable flatpak-system-update.timer
|
|
systemctl enable remote-fs.target
|
|
systemctl enable rpm-ostreed-automatic.timer
|
|
systemctl enable sshd.service
|
|
systemctl enable systemd-timesyncd.service
|
|
fc-cache -f /usr/share/fonts
|
|
|
|
#/tmp/post.sh.d/usbmuxd.sh
|
|
rm -rf /var/*
|
|
rm -rf /tmp/*
|