#!/bin/sh ## This script runs, ## 1. synaptic with update-at-startup ## 2. lua script to update run-apt-update file ## ## (fixes for and ) synaptic --update-at-startup --non-interactive --hide-main-window > /dev/null 2>&1 apt-get script /usr/share/apt/scripts/update-watch.lua > /dev/null 2>&1