mirror of
https://github.com/BioArchLinux/junest-img.git
synced 2025-03-10 06:44:01 +00:00
9 lines
161 B
Bash
Executable file
9 lines
161 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /usr/share/lilac/junest
|
|
git pull
|
|
|
|
./gen_junest.sh
|
|
|
|
rm /usr/share/lilac/Repo/junest/*
|
|
mv bioarchlinux-junest.tar.gz /usr/share/lilac/Repo/junest/
|