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