11 lines
228 B
Bash
Executable File
11 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf pkg src bbt-calamares-config.zip bbt-calamares-config*.pkg.tar.zst
|
|
|
|
zip -ry bbt-calamares-config.zip bbt-calamares-config
|
|
|
|
makepkg -s
|
|
|
|
mv bbt-calamares-config*.pkg.tar.zst /home/smart/tms/custompkgs/x86_64/
|
|
|