stash
This commit is contained in:
parent
0e283e1d35
commit
9914897dd6
1 changed files with 4 additions and 14 deletions
18
entry.sh
18
entry.sh
|
@ -170,25 +170,15 @@ function user_install(){
|
||||||
|
|
||||||
export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i/home/jedi/.ssh/id_rsa"
|
export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i/home/jedi/.ssh/id_rsa"
|
||||||
|
|
||||||
#dbus-launch dconf write /org/mate/desktop/interface/gtk-theme "'Materia-dark'"
|
dbus-launch dconf write /org/mate/desktop/interface/gtk-theme "'Materia-dark'" || true
|
||||||
#echo $?
|
dbus-launch dconf write /org/mate/marco/general/theme "'Materia-dark'" || true
|
||||||
#dbus-launch dconf write /org/mate/marco/general/theme "'Materia-dark'"
|
dbus-launch dconf write /org/mate/desktop/interface/icon-theme "'Adwaita'" || true
|
||||||
#echo $?
|
dbus-launch dconf write /org/mate/desktop/peripherals/mouse/cursor-theme "'Adwaita'" || true
|
||||||
#dbus-launch dconf write /org/mate/desktop/interface/icon-theme "'Adwaita'"
|
|
||||||
#echo $?
|
|
||||||
#dbus-launch dconf write /org/mate/desktop/peripherals/mouse/cursor-theme "'Adwaita'"
|
|
||||||
#echo $?
|
|
||||||
|
|
||||||
cd
|
cd
|
||||||
|
|
||||||
rsync -a /root/unbox_data/secrets/SSH/ /home/jedi/.ssh/
|
rsync -a /root/unbox_data/secrets/SSH/ /home/jedi/.ssh/
|
||||||
|
|
||||||
ssh git@git.neulandlabor.de -p 2222 || true
|
|
||||||
|
|
||||||
pwd
|
|
||||||
|
|
||||||
ls -la .ssh
|
|
||||||
|
|
||||||
git clone ssh://git@git.neulandlabor.de:2222/j3d1/laptop_tools.git Tools
|
git clone ssh://git@git.neulandlabor.de:2222/j3d1/laptop_tools.git Tools
|
||||||
echo $?
|
echo $?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue