diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-08 09:53:10 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-09 13:52:33 -0600 |
| commit | e402bc7c18beb42d0fff1907dafec9931fcd036d (patch) | |
| tree | 9621cc5bdf9b00b8ce0f1454022bf0d12d7d7e56 /config | |
| parent | 36aeb44e0e64fe3dcf5c9e6121c7e4d410cf3043 (diff) | |
Do not inflate/deflate mono/dotnet
Diffstat (limited to 'config')
| -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/ \ |
