Changes
Page history
Update Home
authored
Jan 27, 2022
by
Ezekiel Dohmen
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
f4afdd71
...
@@ -26,6 +26,11 @@ $ sudo dpkg -i cdssoft-release-$RELEASE.deb
...
@@ -26,6 +26,11 @@ $ sudo dpkg -i cdssoft-release-$RELEASE.deb
$
sudo
apt update
$
sudo
apt update
```
```
On Debian systems you can also run the following command to automatically retrieve the release code name.
```
shell
export
RELEASE
=
`
lsb_release
-c
|
awk
'{ print $2 }'
`
```
At this point you should be able to start installing packages:
At this point you should be able to start installing packages:
```
shell
```
shell
$
sudo
apt
install
cds-workstation
$
sudo
apt
install
cds-workstation
...
...
...
...