Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cremesk committed Jan 11, 2024
1 parent b470a08 commit 186f37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Dies gewährleistet dass Änderungen sowie Bugfixes aber auch Neuerungen schnell

### Manuell Update
Das Autoupdate kann zur jeder Zeit abgeschaltet werden. Dazu muss dieses lediglich über das folgende Kommando in der `/etc/config/ffdd` deaktiviert werden:<br>
`uci set ffdd.sys.autoupdate=0`
`uci set ffdd.sys.autoupdate=0 ; uci commit`

**Ein manuelles Update durchzuführen:**<br />
use: `/srv/ffdd-server/init_server.sh` (incl. OS Upgrade)<br />
Expand Down
2 changes: 1 addition & 1 deletion init_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ check_salt_repo() {
debian12 )
[ ! -d /etc/apt/keyrings ] && mkdir /etc/apt/keyrings
curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023.gpg https://repo.saltproject.io/salt/py3/debian/12/amd64/SALT-PROJECT-GPG-PUBKEY-2023.gpg
echo "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.gpg arch=amd64] https://repo.saltproject.io/salt/py3/debian/12/amd64/latest bookworm main" | sudo tee /etc/apt/sources.list.d/saltstack.list
echo "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.gpg arch=amd64] https://repo.saltproject.io/salt/py3/debian/12/amd64/latest bookworm main" | tee /etc/apt/sources.list.d/saltstack.list
;;
ubuntu20 )
[ ! -d /usr/share/keyrings ] && mkdir /usr/share/keyrings
Expand Down

0 comments on commit 186f37c

Please sign in to comment.