diff options
| -rw-r--r-- | config/.bashrc | 2 | ||||
| -rw-r--r-- | config/install.sh | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/config/.bashrc b/config/.bashrc index a3cde0d..3e45713 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -56,9 +56,7 @@ function enable_dev_mode() { inflate /opt/asdf.tar.zst /opt inflate /usr/lib/gcc.tar.zst /usr/lib -inflate /usr/lib/mono.tar.zst /usr/lib inflate /usr/lib/rustlib.tar.zst /usr/lib -inflate /usr/share/dotnet.tar.zst /usr/share # shellcheck source=/dev/null . "$ASDF_DATA_DIR/asdf.sh" diff --git a/config/install.sh b/config/install.sh index f2a7d5e..a93451b 100644 --- a/config/install.sh +++ b/config/install.sh @@ -180,14 +180,8 @@ cd /usr/lib tar --use-compress-program "$zstd_command" -cf /usr/lib/gcc.tar.zst gcc & cd /usr/lib -tar --use-compress-program "$zstd_command" -cf /usr/lib/mono.tar.zst mono & - -cd /usr/lib tar --use-compress-program "$zstd_command" -cf /usr/lib/rustlib.tar.zst rustlib & -cd /usr/share -tar --use-compress-program "$zstd_command" -cf /usr/share/dotnet.tar.zst dotnet & - wait rm -fr \ /opt/asdf/ \ |
