Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop committed Jul 26, 2024
1 parent 943e915 commit 7e4c8d4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2 class="page-section-heading text-center text-uppercase text-black">Download<
</div>
<div class="col-lg-4 me-auto"><p class="lead">Download as native version</p>
<h4>Install</h4>
<code>mkdir /tmp/savedesktop-tmp && git clone https://github.com/vikdevelop/SaveDesktop /tmp/savedesktop-tmp && python3 /tmp/savedesktop-tmp/native/native_installer.py --install && rm -rf /tmp/savedesktop-tmp</code>
<code>wget -qO /tmp/savedesktop-native-installer.py https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/native/native_installer.py && python3 /tmp/savedesktop-tmp/native/native_installer.py --install</code>
<h4>Remove</h4>
<code>wget -qO /tmp/savedesktop-native-installer.py https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/native/native_installer.py && python3 /tmp/savedesktop-native-installer.py --remove</code>
</div>
Expand Down
1 change: 0 additions & 1 deletion wiki/configuration-in-cli/ca.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Importing configuration in the CLI interface
## Saving configuration

**This feature is available from version: `3.3`**
Expand Down
2 changes: 0 additions & 2 deletions wiki/configuration-in-cli/hu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Importing configuration in the CLI interface

## Saving configuration

**This feature is available from version: `3.3`**
Expand Down
1 change: 0 additions & 1 deletion wiki/configuration-in-cli/ru.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Импорт конфигурации в интерфейсе CLI## Saving configuration
## Saving configuration

**This feature is available from version: `3.3`**
Expand Down
1 change: 0 additions & 1 deletion wiki/configuration-in-cli/tr.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Importing configuration in the CLI interface
## Saving configuration

**This feature is available from version: `3.3`**
Expand Down
1 change: 0 additions & 1 deletion wiki/configuration-in-cli/uk.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Importing configuration in the CLI interface
## Saving configuration

**This feature is available from version: `3.3`**
Expand Down
1 change: 0 additions & 1 deletion wiki/configuration-in-cli/zh_Hans.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# 在命令行界面导入配置
## Saving configuration

**This feature is available from version: `3.3`**
Expand Down
2 changes: 1 addition & 1 deletion wiki/periodic-saving/ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ A més de les còpies manuals, el SaveDesktop també us permet automatitzar aque
La carpeta per defecte d'emmagatzematge és `/home/user/Baixades/SaveDesktop/archives`, però podeu triar una ruta personalitzada.

### Format del nom de fitxer
If you want to give a filename format for periodic saving files other than `Latest_configuration`, it is possible, even with spaces. Since version 2.9.6, variable `{}` doesn't work for setting the today date because now, in every periodic saving, the original backup file is overwritten.
Si voleu crear còpies automàtiques amb altre nom diferent a `Darrera_configuració`, ja és possible, fins i tot amb espais. Des de la versió 2.9.6, la variable `{}` no s'admet per al dia actual, atès que ara totes les còpies automàtiques sobreescriuen el fitxer ja existent.

_Si teniu cap dubte, utilitzeu el notificador d'incidències del GitHub._

0 comments on commit 7e4c8d4

Please sign in to comment.