We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e3337 commit 2a10c05Copy full SHA for 2a10c05
install.sh
@@ -22,7 +22,7 @@
22
uzivatel=$(id -n -u 1000)
23
24
# konfigurační adresář
25
-USER_DIR=/home/$uzivatel/.config/conky
+USER_DIR=/home/$uzivatel/.conky
26
# konfigurační soubor se základním nastavením
27
file1=conkys_data.conf.sh
28
# konfigurak=$USER_DIR/my_conf.conf
@@ -61,6 +61,8 @@ sed -i "0,/source$/s//${vklad//\//\\/}/1" conkys_start.sh
61
vklad="source $USER_DIR/$file1"
62
sed -i "0,/source$/s//${vklad//\//\\/}/1" conkys_end.sh
63
64
+[ -d $USER_DIR ] || mkdir -m 777 $USER_DIR
65
+
66
# kopírování souborů na svá místa s příslušnýma právama
67
install -o root -m 750 ./conkys_start.sh /usr/local/sbin/conkys_start.sh
68
install -o root -m 750 ./conkys_end.sh /usr/local/sbin/conkys_end.sh
0 commit comments