]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Poprawienie addonów librewolf, lampstack oraz pliku bazowego
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 14 May 2024 14:41:07 +0000 (16:41 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 14 May 2024 14:41:07 +0000 (16:41 +0200)
addons/lampstack
addons/librewolf
versions/base.sh

index 7ef6240b567df81891515886a54b3522c59d482b..5cebb419bafc300ab1f7b45f5ce7c540058620a6 100644 (file)
@@ -1,7 +1,7 @@
 #!/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;
index 369f6930b5384a86492a6dc6799302346e75c1a9..bd73af750b52278e8685d905658bad9085718da0 100644 (file)
@@ -2,7 +2,7 @@
 
 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";
index 03f0f62637f638a42e37282aea7d9aea5a4ae1e1..d0e7a05362684218b5f546f19b9c1c95b5dec380 100644 (file)
@@ -2,7 +2,7 @@
 
 set -e
 
-DEBVER="$1";
+export DEBVER="$1";
 ARCH=$(dpkg --print-architecture);
 
 if [ $ARCH = "amd64" ]; then
@@ -173,7 +173,6 @@ echo "root:${rootPassword}" | chpasswd;
 usermod -L root;
 
 # Miejsce na twoje zmiany, przed poleceniem 'tidy'
-
 bash ~/immudex/addons/librewolf;
 bash ~/immudex/addons/ncspot;
 bash ~/immudex/addons/nushell;