From 0695d4dc0a4dae3db57908fa2f45ef40aa078b2b Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 2 May 2013 14:58:32 +0200 Subject: SSH config: ssh fingerprints recognition for Fedora project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/02-ssl-common | 1 + scripts/firstrun/02-theme | 5 ----- scripts/firstrun/05-theme | 5 +++++ 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 scripts/firstrun/02-ssl-common delete mode 100644 scripts/firstrun/02-theme create mode 100644 scripts/firstrun/05-theme (limited to 'scripts') diff --git a/scripts/firstrun/02-ssl-common b/scripts/firstrun/02-ssl-common new file mode 100644 index 0000000..70be8cf --- /dev/null +++ b/scripts/firstrun/02-ssl-common @@ -0,0 +1 @@ +wget https://admin.fedoraproject.org/ssh_known_hosts -O ~/.ssh/fedora-known_hosts diff --git a/scripts/firstrun/02-theme b/scripts/firstrun/02-theme deleted file mode 100644 index fb6372d..0000000 --- a/scripts/firstrun/02-theme +++ /dev/null @@ -1,5 +0,0 @@ -# CillopMidnite - -mkdir ~/.themes 2>/dev/null -wget 'http://art.gnome.org/download/themes/gtk2/1317/GTK2-CillopMidnite.tar.gz' -O- \ - | tar xzpf - -C ~/.themes diff --git a/scripts/firstrun/05-theme b/scripts/firstrun/05-theme new file mode 100644 index 0000000..fb6372d --- /dev/null +++ b/scripts/firstrun/05-theme @@ -0,0 +1,5 @@ +# CillopMidnite + +mkdir ~/.themes 2>/dev/null +wget 'http://art.gnome.org/download/themes/gtk2/1317/GTK2-CillopMidnite.tar.gz' -O- \ + | tar xzpf - -C ~/.themes -- cgit