Skip to content

Commit

Permalink
Add finishinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobu5 committed Nov 18, 2019
1 parent 9da9803 commit e942249
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions finishinstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euxo pipefail

loadkeys de-latin1

systemctl start dhcpcd
systemctl enable dhcpcd

pacman -Syyuu cmatrix

0 comments on commit e942249

Please sign in to comment.