From 84afcd9546fa8ed0d1f1e49aaa96015497ad2beb Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 28 May 2019 16:13:06 +0200 Subject: [PATCH] Remove custom packages from packages.list Signed-off-by: Severin Kaderli --- packages/packages.list | 2 -- post-install | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/packages.list b/packages/packages.list index 56d9f5b..60ba3cb 100644 --- a/packages/packages.list +++ b/packages/packages.list @@ -221,7 +221,6 @@ reiserfsprogs riot-desktop ripgrep rofi -rom-manager-git rpcs3-git ruby rust-racer @@ -267,7 +266,6 @@ texlive-publishers texlive-science thunar tk -tsk-git ttf-croscore ttf-dejavu ttf-droid diff --git a/post-install b/post-install index 735cc97..cc938eb 100755 --- a/post-install +++ b/post-install @@ -64,4 +64,7 @@ rustup component add "${RUST_COMPONENTS[@]}" print_section "Manual TODOs" print_log "Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}" -print_log "Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" \ No newline at end of file +print_log "Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" + +# ADD user to sudoers manually +# Comment out [Multilib] \ No newline at end of file