diff --git a/setup.sh b/setup.sh index be710a4..81ea8cb 100644 --- a/setup.sh +++ b/setup.sh @@ -43,6 +43,7 @@ get_sync() { sudo -H -u $user git clone https://gitea.kto.black/adminconf/conf-sync.git $sync_directory_path/conf-sync sudo -H -u $user cp $sync_directory_path/conf-sync/variables.conf.template \ $sync_directory_path/conf-sync/variables.conf + sudo -H -u $user sed -i -e "s/\"desktop\"/\"server\"/g" $sync_directory_path/conf-sync/variables.conf sudo -H -u $user $sync_directoyy_path/conf-sync/install.sh }