wlin003_GamingPC/script/SetupHome.sh aktualisiert
This commit is contained in:
parent
20705c7e76
commit
47b581ad3f
|
@ -43,6 +43,7 @@ mkdir -p /home/$USER/Share-Priv
|
|||
mkdir -p /home/$USER/Share-SMB
|
||||
mkdir -p /home/$USER/Share-VM
|
||||
mkdir -p /home/$USER/Sync
|
||||
|
||||
# Setup config aacs
|
||||
mkdir -p /home/$USER/.config/aacs/
|
||||
cd /home/$USER/.config/aacs/ && wget --no-check-certificate http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg
|
||||
|
@ -52,6 +53,6 @@ cd /home/$USER/.config/aacs/ && wget --no-check-certificate http://vlc-bluray.wh
|
|||
#ln -sf /home/$USER/MyStuff/01Work /home/$USER/Schreibtisch/Work
|
||||
|
||||
|
||||
cat > /home/$USER/.profile <<"EOF"
|
||||
export GTK_THEME=Arc-Dark
|
||||
EOF
|
||||
#cat > /home/$USER/.profile <<"EOF"
|
||||
#export GTK_THEME=Arc-Dark
|
||||
#EOF
|
||||
|
|
Loading…
Reference in New Issue