Compare commits
3 Commits
b7228cdb25
...
eefe740b81
| Author | SHA1 | Date | |
|---|---|---|---|
| eefe740b81 | |||
| 34d7363c34 | |||
| 8b846f3724 |
@ -7,7 +7,7 @@ if [ "$(id -u)" -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
apt update && apt upgrade -y
|
apt update && apt upgrade -y
|
||||||
apt install -y git sudo
|
apt install -y git sudo 7zip unrar unzip network-manager software-properties-common tree bluetooth
|
||||||
|
|
||||||
# Der Code, der eingefügt werden soll
|
# Der Code, der eingefügt werden soll
|
||||||
CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then
|
CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then
|
||||||
|
|||||||
@ -232,6 +232,8 @@ flatpak install flathub io.gitlab.adhami3310.Impression -y
|
|||||||
flatpak install flathub net.nokyan.Resources -y
|
flatpak install flathub net.nokyan.Resources -y
|
||||||
# Secrets
|
# Secrets
|
||||||
flatpak install flathub org.gnome.World.Secrets -y
|
flatpak install flathub org.gnome.World.Secrets -y
|
||||||
|
# Archivverwaltung
|
||||||
|
flatpak install flathub org.gnome.FileRoller
|
||||||
|
|
||||||
echo "🔄 Installiere VeraCrypt..."
|
echo "🔄 Installiere VeraCrypt..."
|
||||||
echo 'deb http://download.opensuse.org/repositories/home:/unit193:/veracrypt/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:unit193:veracrypt.list
|
echo 'deb http://download.opensuse.org/repositories/home:/unit193:/veracrypt/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:unit193:veracrypt.list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user