diff --git a/packages/packages.aur.list b/packages/packages.aur.list index 3333830..9a1f294 100644 --- a/packages/packages.aur.list +++ b/packages/packages.aur.list @@ -13,7 +13,6 @@ gksu godot-mono-bin google-chrome-beta gotop-bin -grive-git ibus-qt intellij-idea-ultimate-edition java-openjfx-bin diff --git a/system/.config/cron/crontab b/system/.config/cron/crontab index 3084873..3d19e5f 100644 --- a/system/.config/cron/crontab +++ b/system/.config/cron/crontab @@ -9,6 +9,3 @@ # # USAGE: # This file is loaded on boot by crontab. - -# Synchronize Google Drive every 15 minutes -*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log diff --git a/system/.local/bin/sync-drive b/system/.local/bin/sync-drive deleted file mode 100755 index b285a93..0000000 --- a/system/.local/bin/sync-drive +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env bash -# -# SCRIPT NAME: -# sync-drive -# -# AUTHOR: -# Severin Kaderli -# -# DESCRIPTION: -# Syncs Google Drive folder -# -# USAGE: -# ./sync-drive -. /home/severin/.local/bin/utils - -if [ ! -d "/home/severin/documents" ]; then - exit -fi - -print_time_log "sync-drive" "Syncing with Google Drive" -grive -d -p "/home/severin/documents/" \ No newline at end of file