summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/90-patch_misc_files.inc
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-29 10:36:41 +0100
committerSimon Rettberg2019-10-29 10:36:41 +0100
commitb09c4a7b7deecfee90576c131dcf3e676b3891d1 (patch)
tree3459c1ae8e787b12e736acd486c95517dbcd9c06 /satellit_installer/includes/90-patch_misc_files.inc
parent[SSPS] WTF? (diff)
downloadsetup-scripts-b09c4a7b7deecfee90576c131dcf3e676b3891d1.tar.gz
setup-scripts-b09c4a7b7deecfee90576c131dcf3e676b3891d1.tar.xz
setup-scripts-b09c4a7b7deecfee90576c131dcf3e676b3891d1.zip
[SSPS] Mitm Buschmesser durch! (remove unused code)
Diffstat (limited to 'satellit_installer/includes/90-patch_misc_files.inc')
-rw-r--r--satellit_installer/includes/90-patch_misc_files.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/satellit_installer/includes/90-patch_misc_files.inc b/satellit_installer/includes/90-patch_misc_files.inc
index bbb3895..45c220f 100644
--- a/satellit_installer/includes/90-patch_misc_files.inc
+++ b/satellit_installer/includes/90-patch_misc_files.inc
@@ -39,3 +39,9 @@ patch_java() {
# java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties &> /dev/null
}
+
+set_version_string() {
+ echo -n "# Setting version string..."
+ echo 'VERSION="'$VERSION'"' >> "$CONFIGDIR"/config
+ echo "ok."
+}