Compare commits
3 commits
29ffbdb744
...
db0cd90691
Author | SHA1 | Date | |
---|---|---|---|
db0cd90691 | |||
7c0f6ca14d | |||
6d8072a836 |
1 changed files with 10 additions and 0 deletions
10
install.sh
10
install.sh
|
@ -115,3 +115,13 @@ echo "RouteMetric=700" >> /etc/systemd/network/20-wwan.network
|
|||
echo "" >> /etc/systemd/network/20-wwan.network
|
||||
echo "[IPv6AcceptRA]" >> /etc/systemd/network/20-wwan.network
|
||||
echo "RouteMetric=700" >> /etc/systemd/network/20-wwan.network
|
||||
|
||||
useradd -m eichehome
|
||||
echo eichehome:testen | chpasswd
|
||||
|
||||
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group
|
||||
|
||||
sed -i 's/#\(Color\)/\1/' /etc/pacman.conf
|
||||
# Umbruch notwendug
|
||||
sed -i 's/#\(ParallelDownloads\s=\s5\)/\1\
|
||||
ILoveCandy/' /etc/pacman.conf
|
Loading…
Reference in a new issue