Atlas - install.sh

Home / systems / linux / dotfiles / felix Lines: 1 | Size: 324 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1# Install/update the felix service 2rm -rf /root/felix 3cp -rv home/* /root/ 4cp -rv home/.* /root/ 5if [ -f /etc/systemd/system/felix.service ]; then 6 systemctl disable felix.service 7 rm /etc/systemd/system/felix.service 8fi 9 10bash /root/felix/systemd/install.sh 11systemctl daemon-reload 12chmod +x /root/felix/felix_init.sh 13 14
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.