From 271d94d6580eef3f55667370117072be33223bcf Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 18 Sep 2021 08:55:21 +0200 Subject: [PATCH] remove : from Release.txt --- usr/bin/archboot-x86_64-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-x86_64-release.sh b/usr/bin/archboot-x86_64-release.sh index 0d7ba86e5..dd1dee380 100755 --- a/usr/bin/archboot-x86_64-release.sh +++ b/usr/bin/archboot-x86_64-release.sh @@ -41,7 +41,7 @@ cp /usr/share/licenses/intel-ucode/* boot/licenses/intel-ucode/ # create torrent file archboot-mktorrent.sh archboot/$1 *.iso # create Release.txt with included main archlinux packages -echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM:" >>Release.txt +echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM" >>Release.txt echo "Creation Tool: 'archboot' Tobias Powalowski " >>Release.txt echo "Homepage: https://wiki.archlinux.org/title/Archboot" >>Release.txt echo "RAM Recommandation: minimum 1024 MB" >>Release.txt