mirror of
https://github.com/BioArchLinux/wsl.git
synced 2025-03-10 06:33:59 +00:00
10 lines
162 B
Bash
Executable file
10 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /usr/share/lilac/wsl
|
|
|
|
git pull
|
|
|
|
./gen_img.sh
|
|
|
|
rm -rf /usr/share/lilac/Repo/wsl/*
|
|
mv bioarchlinux-$(date "+%Y%m%d").tar /usr/share/lilac/Repo/wsl/
|