#!/bin/bash
#Anti-Frankenstein policy - 13.05.2024
-if [ $DEBVER = "stable" ]; then
+if [ "$DEBVER" = "stable" ]; then
#baseVersion=$(head -1 /etc/apt/sources.list | awk '{print $3}')
apt install lsb-release gnupg -y;
set -e
#Anti-Frankenstein policy - 13.05.2024
-if [ $DEBVER = "stable" ]; then
+if [ "$DEBVER" = "stable" ]; then
if [ "$(uname -m)" != "x86_64" ]; then
echo "Other architectures than x86_64 (amd64) is not supported by this script";
set -e
-DEBVER="$1";
+export DEBVER="$1";
ARCH=$(dpkg --print-architecture);
if [ $ARCH = "amd64" ]; then
usermod -L root;
# Miejsce na twoje zmiany, przed poleceniem 'tidy'
-
bash ~/immudex/addons/librewolf;
bash ~/immudex/addons/ncspot;
bash ~/immudex/addons/nushell;