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