From 69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 11 Aug 2020 22:27:37 +0200 Subject: Remove services They are no longer required anyway --- install | 5 ----- 1 file changed, 5 deletions(-) (limited to 'install') diff --git a/install b/install index 230801a..47dde80 100755 --- a/install +++ b/install @@ -31,11 +31,6 @@ if ask "gnuscreen" "Install configurations for various utility tools"; then inst screenrc ~/.screenrc fi -if ask "services" "Install user services"; then - inst local/sbin/user-service.sh ~/.local/sbin/user-service.sh - inst service/ ~/.service/ -fi - if ask "ssh" "Install SSH config"; then inst private/ssh_config ~/.ssh/config fi -- cgit v1.2.3