cd home dir before remove sbcl source
This commit is contained in:
parent
7b1c87bcc3
commit
b924379e76
1 changed files with 3 additions and 2 deletions
|
@ -449,12 +449,13 @@ write_files:
|
|||
# Compile and install
|
||||
sh make.sh --fancy
|
||||
sudo sh install.sh
|
||||
# Check version
|
||||
sbcl --version
|
||||
# Remove ubuntu specific sbcl
|
||||
sudo apt remove sbcl -y
|
||||
# Remove source packages
|
||||
cd ~/
|
||||
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
||||
# Check version
|
||||
sbcl --version
|
||||
|
||||
- path: /home/cl/02_setup_quicklisp.sh
|
||||
owner: 'cl:cl'
|
||||
|
|
Loading…
Add table
Reference in a new issue