Skip to content

Instantly share code, notes, and snippets.

@cchristelis
cchristelis / gist:09f5bf6a63f244175eeb
Last active August 29, 2015 14:27 — forked from timlinux/gist:3bbabf96779906d746ff
Setup procedure for a new Fedora workstation
#!/bin/bash
##########################################################
# Updated 3 July 2015 to use dnf and tweaks for Fedora 22
##########################################################
# Change below to whichever host is running apt cacher
# setup apt-cacher - do this after lxc docker as ssl sources are not configured for cacher by me
dnf install -y apt-cacher-ng
systemctl start apt-cacher-ng.service