aboutsummaryrefslogtreecommitdiff
path: root/tasks/update
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-01 22:14:26 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-01 22:14:26 +0200
commita1f34001696c44139b668918ea52c1add0dde7ea (patch)
treeaf4ea86dfe4ac5a696e3c9eb43935ab9ebb063d4 /tasks/update
parentf33ea96125c63e112cbef97de3b8376a38681e40 (diff)
downloadltask-a1f34001696c44139b668918ea52c1add0dde7ea.tar.gz
fixed include system, updated some tasks
Diffstat (limited to 'tasks/update')
-rw-r--r--tasks/update23
1 files changed, 0 insertions, 23 deletions
diff --git a/tasks/update b/tasks/update
deleted file mode 100644
index e392b76..0000000
--- a/tasks/update
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-function task_exec() {
- pkg_update
- pkg_upgrade
-}
-
-function task_setup() {
- INCLUDES+=("$INCLUDE_DIR/pkgmanager")
-
- SSH_USER=server
- #SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa
-
- FILES+=()
-
- TASK_ISSET="yes"
-}
-
-if [ -z $HOSTMODE ]; then
- task_exec
-else
- task_setup
-fi