Most retarded fucking change in the world for R27

This commit is contained in:
2024-12-11 21:13:49 +09:00
parent 5069ebe3b8
commit a9e5bb7d39
60 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# A convenience script that will download the ZX installer, unpack it, and clean up.
# For maximum portability this script uses the gzipped package version.
version=0.12.7
version=0.13.6
zx="zx-$version"
tarball="$zx.tar.gz"
target="https://zxq9.com/projects/zomp/$tarball"
+1
View File
@@ -44,6 +44,7 @@ for rc in "$HOME/.profile" "$HOME/.bashrc" "$HOME/.bash_profile"
echo "Path adjustment found in $rc."
else
echo "Path adjustment not found in $rc. Adding it."
echo "\n" >> "$rc"
echo "export PATH=\"\$HOME/bin:\$PATH\"" >> "$rc"
fi
else